Do not fail for mixed interlaced / non-interlaced YUV4MPEG streams.
This commit is contained in:
parent
8af915c21b
commit
985e93a865
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user