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)
commit0ebbf4f00aa8b375b4a781b0a0397d0fce5466e1
treea828738bcf7dafc4dda04d353735522967123c99
parentffeb1ba2340bc29373d14cb4c1fe39080afe9de7
Reworked Ogg::Vorbis::Comments' vorbis_comment interface.

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.
ext/comments.c
ext/comments.h
ext/ext.c