Browse Source

fix 1 frame config decoding

Originally committed as revision 12991 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 18 years ago
parent
commit
f0f53c83ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegaudiodec.c

+ 1
- 1
libavcodec/mpegaudiodec.c View File

@@ -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;



Loading…
Cancel
Save