Commit a0f593d0 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Values >4 for lowres corrupt output.

Originally committed as revision 26386 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f0e5c1c0
......@@ -1547,7 +1547,7 @@ AVCodec mjpeg_decoder = {
ff_mjpeg_decode_frame,
CODEC_CAP_DR1,
NULL,
.max_lowres = 8,
.max_lowres = 4,
.long_name = NULL_IF_CONFIG_SMALL("MJPEG (Motion JPEG)"),
};
......
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