search for: _vorbis_unpack_books

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

2002 Mar 14
2
Ogg in MP4 file, Unexpected result from _vorbis_unpack_books
...packet Here the vorbis_synthesis_headerin returns -133 (Bad header). Can anybody tell me if I'm using the libs in a way they are not suppose to ? Is it invalid to hand over the raw ogg_packets the way I do it ? Looking into vorbis_synthesis_headerin I find the return (-133) is caused by the _vorbis_unpack_books code in the lib/info.c in the libvorbis library. In this code in the last poart of the function _vorbis_unpack_books it says ---------------------------------------------------------------- for(i=0;i<ci->modes;i++){ ci->mode_param[i]=_ogg_calloc(1,sizeof(*ci->mode_param[i]));...
2001 Jan 26
1
[fwd] Ogg123 crash report on EV4 Multia
...ignal SIGSEGV, Segmentation fault. 0x20000833908 in chunk_free () from /lib/libc.so.6.1 (gdb) backtrace #0 0x20000833908 in chunk_free () from /lib/libc.so.6.1 #1 0x20000833504 in chunk_alloc () from /lib/libc.so.6.1 #2 0x20000834b60 in __libc_calloc () from /lib/libc.so.6.1 #3 0x20000239f60 in _vorbis_unpack_books () from /usr/lib/libvorbis.so.0 #4 0x2000023a59c in vorbis_synthesis_headerin () from /usr/lib/libvorbis.so.0 #5 0x20000484784 in _fetch_headers () from /usr/lib/libvorbisfile.so.0 #6 0x20000484d28 in _open_seekable () from /usr/lib/libvorbisfile.so.0 #7 0x20000485698 in ov_open_callbacks () fr...