From f0f53c83baf5adfd98404bcd689dec6c5a9789f7 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 26 Apr 2008 14:10:31 +0000 Subject: fix 1 frame config decoding Originally committed as revision 12991 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudiodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegaudiodec.c') diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index f0ace1acc9..5e9ec6a626 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -2595,7 +2595,7 @@ static int decode_frame_mp3on4(AVCodecContext * avctx, } 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; -- cgit v1.2.3