Made the IO buffer global.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 11 Aug 2006 13:40:05 +0000 (15:40 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Wed, 23 Aug 2006 17:33:24 +0000 (19:33 +0200)
There's no need to give each Ogg::Vorbis::Tagger instance its own
buffer. This should help memory consumption when there's more than
one Ogg::Vorbis::Tagger object around. The downside is that the buffer
object will be kept alive forever.


No differences found