diff options
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegaudiodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |