[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec faad.c,1.11,1.12
Zdenek Kabelac
kabi
Thu Mar 2 00:19:07 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv26697
Modified Files:
faad.c
Log Message:
* bugfixing call reference
Index: faad.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/faad.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- faad.c 8 Feb 2006 00:30:58 -0000 1.11
+++ faad.c 1 Mar 2006 23:19:04 -0000 1.12
@@ -160,7 +160,7 @@
if(!s->init){
unsigned long srate;
unsigned char channels;
- int r = faacDecInit(s->faac_handle, buf, buf_size, &srate, &channels);
+ int r = s->faacDecInit(s->faac_handle, buf, buf_size, &srate, &channels);
if(r < 0){
av_log(avctx, AV_LOG_ERROR, "faac: codec init failed: %s\n",
s->faacDecGetErrorMessage(frame_info.error));
More information about the ffmpeg-cvslog
mailing list