mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
make decoder decode the first frame properly if theres more than just one
frame input Originally committed as revision 9144 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -2417,6 +2417,7 @@ retry:
|
||||
return -1;
|
||||
}else if(s->frame_size < buf_size){
|
||||
av_log(avctx, AV_LOG_ERROR, "incorrect frame size\n");
|
||||
buf_size= s->frame_size;
|
||||
}
|
||||
|
||||
out_size = mp_decode_frame(s, out_samples, buf, buf_size);
|
||||
|
||||
Reference in New Issue
Block a user