You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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':
|
case 'm':
|
||||||
av_log(s, AV_LOG_ERROR, "YUV4MPEG stream contains mixed "
|
av_log(s, AV_LOG_ERROR, "YUV4MPEG stream contains mixed "
|
||||||
"interlaced and non-interlaced frames.\n");
|
"interlaced and non-interlaced frames.\n");
|
||||||
return -1;
|
break;
|
||||||
default:
|
default:
|
||||||
av_log(s, AV_LOG_ERROR, "YUV4MPEG has invalid header.\n");
|
av_log(s, AV_LOG_ERROR, "YUV4MPEG has invalid header.\n");
|
||||||
return -1;
|
return -1;
|
||||||
|
Reference in New Issue
Block a user