Commit 4e87f1e0 authored by bcoudurier's avatar bcoudurier

fix 1 frame config decoding

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12991 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 823af5a3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment