Commit 985e93a8 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Do not fail for mixed interlaced / non-interlaced YUV4MPEG streams.

parent 8af915c2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment