search for: codec_setup_partialcopy

Displaying 4 results from an estimated 4 matches for "codec_setup_partialcopy".

2001 Oct 30
0
vorbis-tools segfault on aix 4.3
...ed and installed without complaining, the same goes for vorbis-tools. The system is powerpc-ibm-aix4.3.3.0 with gcc-2.95.2 (no other gnu utils used for building, I suspect this being the cause for the segfaults I get). Running ${HOME}/vorbis/usr/bin/oggenc test.wav gives me: Segmentation fault in codec_setup_partialcopy at 0xd10a72c8 0xd10a72c8 (codec_setup_partialcopy+0x100) 7d5b002e lwzx r10,r27,r0 (output from dbx - the only debugger I found so far here) and ${HOME}/vorbis/usr/bin/ogg123 test1.ogg says: Segmentation fault in glink.realloc at 0xd119e364 ($t1) 0xd119e364 (realloc+0x58) 800c0000 lw...
2001 Sep 04
1
Problems trying to run the examples in windows vorbis sdk
...MTD.lib(dbgheap.obj) MSVCRT.lib(MSVCRT.dll) : error LNK2005: _calloc already defined in LIBCMTD.lib(dbgheap.obj) etc... Then I have downloaded the source and I got the same problem, but now I know in which exact line the error is. Inside the vorbisenc.c, we have the following function: static void codec_setup_partialcopy(codec_setup_info *ci, codec_setup_info *cs){ int i; memcpy(ci,cs,sizeof(codec_setup_info)); /* to get the flat numbers */ /* codebooks */ for(i=0;i<ci->books;i++){ ci->book_param[i]=cs->book_param[i]; } /* time backend settings */ for(i=0;i<ci->times;i++){ ci->time_param[i]=_ti...
2001 Sep 03
0
FW: Problems trying to run the examples in windows vorbis sdk
More information about the error below: I have downloaded the source and I got the same problem, but now I know in which exact line the error is. Inside the vorbisenc.c, we have the following function: tatic void codec_setup_partialcopy(codec_setup_info *ci, codec_setup_info *cs){ int i; memcpy(ci,cs,sizeof(codec_setup_info)); /* to get the flat numbers */ /* codebooks */ for(i=0;i<ci->books;i++){ ci->book_param[i]=cs->book_param[i]; } /* time backend settings */ for(i=0;i<ci->times;i++)...
2001 Sep 05
4
Problems trying to run the examples in windows v orbis sdk
...to start testing yet. I have tried with static link >library and dynamic but nothing to do. > >Then I have downloaded the source and I got the same problem, but now I >know >in which exact line the error is. >Inside the vorbisenc.c, we have the following function: >static void codec_setup_partialcopy(codec_setup_info *ci, >codec_setup_info *cs){ >int i; >memcpy(ci,cs,sizeof(codec_setup_info)); /* to get the flat numbers */ >/* codebooks */ >for(i=0;i<ci->books;i++){ >ci->book_param[i]=cs->book_param[i]; >} >/* time backend settings */ >for(i=0;i<ci->...