Reworked Ogg::Vorbis::Comments' vorbis_comment interface.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 12 Aug 2006 22:42:30 +0000 (00:42 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Wed, 23 Aug 2006 17:33:45 +0000 (19:33 +0200)
Ogg::Vorbis::Comments doesn't need to hold a reference to the
vcedit_state structure. Instead, now a pointer to that struct is passed
to comments_sync(), too. This means we no longer need to make
Ogg::Vorbis::Comments a class of type T_DATA.


No differences found