From: Tilman Sauerbeck Date: Sat, 12 Aug 2006 22:42:30 +0000 (+0200) Subject: Reworked Ogg::Vorbis::Comments' vorbis_comment interface. X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=0ebbf4f00aa8b375b4a781b0a0397d0fce5466e1;hp=0ebbf4f00aa8b375b4a781b0a0397d0fce5466e1;p=ruby-vorbistagger.git 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. ---