search for: vorbid

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

Did you mean: vorbis
2005 Apr 22
0
segfault on oggenc
...it, not all, (say, up to 95-97% of the file). I've tried feeding a raw wav through mpg123 or mpg321 in a pipe, but there are still segfaults. I use an athlon xp on linux 2.6.11 (happened as well on 2.6.10), on an asus nvidia chipset m/b. Here is my attempt to debug it with gdb by downloading vorbid-tools alone (the rest dependencies are the official debian packages), in case it rings any bells.. (gdb) s oe_encode (opt=0xbffff870) at encode.c:201 201 vorbis_encode_setup_init(&vi); (gdb) s 208 vorbis_analysis_init(&vd,&vi); (gdb) s Program received signal SIGSE...