[vorbis-dev] Borland modification

Chris Craig chris3 at cs.mun.ca
Tue Aug 29 15:43:06 PDT 2000



On Tue, 29 Aug 2000, Monty wrote:

> The source documentation states that once you give vorbisfile the
> FILE* handle (or whatever you're actually using) Vorbisfile owns it...

The problem is that Vorbisfile does not really own it internally.  The
FILE* is created in a program and released in a Vorbisfile DLL module,
potentially using different memory management and file handlers.  That
will have to be documented very carefully to ensure proper callbacks
are used.

Are there reasons for closing the file at all in Vorbisfile?  If not, I
can just set the close callback to an empty function and close the file
later.

Chris
http://www.goldwave.com

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/



More information about the Vorbis-dev mailing list