[FFmpeg-cvslog] r12991 - trunk/libavcodec/mpegaudiodec.c
bcoudurier
subversion
Sat Apr 26 16:10:32 CEST 2008
Author: bcoudurier
Date: Sat Apr 26 16:10:31 2008
New Revision: 12991
Log:
fix 1 frame config decoding
Modified:
trunk/libavcodec/mpegaudiodec.c
Modified: trunk/libavcodec/mpegaudiodec.c
==============================================================================
--- trunk/libavcodec/mpegaudiodec.c (original)
+++ trunk/libavcodec/mpegaudiodec.c Sat Apr 26 16:10:31 2008
@@ -2595,7 +2595,7 @@ static int decode_frame_mp3on4(AVCodecCo
}
ff_mpegaudio_decode_header(m, header);
- out_size += mp_decode_frame(m, decoded_buf, buf, fsize);
+ out_size += mp_decode_frame(m, outptr, buf, fsize);
buf += fsize;
len -= fsize;
More information about the ffmpeg-cvslog
mailing list