[vorbis] Using vorbisfile with an in-memory file instead of FILE*

Michael Smith msmith at labyrinth.net.au
Wed Dec 27 16:31:15 PST 2000



>
>extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
>
>The third parameter, initial is not a const. Is this because of problems
>with C or is initial being modified?

Neither. initial could be const, but isn't. libvorbis doesn't make much
(any?) use of the const keyword, though there are plenty of places it would
probably be good to use.

Michael

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis mailing list