search for: ov_info_basic

Displaying 1 result from an estimated 1 matches for "ov_info_basic".

2004 Sep 07
3
Introducing ov_open_callbacksp and ov_clearp
...almOS and the libvorbisfile must be compiled in ARM whereas calling code is in 68K. This implies that the interface ov_open_callback is not usable because the OggVorbis_File *vf must point to something in the target architecture (ARM) whereas the caller cannot do that. As well as for this I need a ov_info_basic function so that no internal structure is returned (which seems to me a somewhat bad design because you'll get stuck with that: each time an internal modification will occur, outer code may have to be fixed or re-compiled). I propose to add that to vorbisfile.h: /* same as ov_clear but frees m...