You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Do not fail for mixed interlaced / non-interlaced YUV4MPEG streams.
This commit is contained in:
@@ -442,7 +442,7 @@ static int yuv4_read_header(AVFormatContext *s)
|
||||
case 'm':
|
||||
av_log(s, AV_LOG_ERROR, "YUV4MPEG stream contains mixed "
|
||||
"interlaced and non-interlaced frames.\n");
|
||||
return -1;
|
||||
break;
|
||||
default:
|
||||
av_log(s, AV_LOG_ERROR, "YUV4MPEG has invalid header.\n");
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user