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)
commitf225f3e9dcd1a08b9d0a83d9365602948d4fe77d
tree33d999bf7fc597daada8b763f1e5becd7372bfc0
parent3a85c62f63ed1f727432ccab1dd46bfd7fd78404
Made the IO buffer global.

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