search for: _decode_clear

Displaying 2 results from an estimated 2 matches for "_decode_clear".

2000 Jul 17
2
possible bug in _f0_fit_clear
...ent violation occurred _f0_fit_clear: _f0_fit_clear: +002a ea3039c6: * 103b cmpl (%eax), %edx Fader:sc frame retaddr fd042014 ea303e52 free_look + 0000005a fd04202c ea30627b free_look + 0000009f fd042048 ea2f3196 vorbis_dsp_clear + 0000033e fd042074 ea2eed99 _decode_clear + 0000002d fd042084 ea2efc8f ov_raw_seek + 0000007f fd04209c ea2eff6d ov_pcm_seek + 00000221 fd042100 ea2f022e ov_time_seek + 0000013a fd042144 ea2ede85 MyPlugin::JumpTo(long) + 00000031 fd04215c 800473d7 #File CL-Amp text + 000473d7 fd042278 80048d24 #File CL-Amp text + 00048d24...
2002 Mar 18
2
[PATCH] make vorbis work with KDE 3.0
...e: /usr/local/cvsroot/vorbis/lib/vorbisfile.c,v retrieving revision 1.59 diff -u -r1.59 vorbisfile.c --- lib/vorbisfile.c 2002/03/07 03:41:03 1.59 +++ lib/vorbisfile.c 2002/03/18 09:36:43 @@ -1175,6 +1175,7 @@ /* dump machine so we're in a known state */ vf->pcm_offset=-1; _decode_clear(vf); + ret=OV_ENOSEEK; return ret; } <p>--- >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-dev-request@xiph.org' containing only the word 'unsubscribe' in th...