fix 1 frame config decoding
Originally committed as revision 12991 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
60dfa0b8d4
commit
f0f53c83ba
@ -2595,7 +2595,7 @@ static int decode_frame_mp3on4(AVCodecContext * avctx,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ff_mpegaudio_decode_header(m, header);
|
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;
|
buf += fsize;
|
||||||
len -= fsize;
|
len -= fsize;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user