mirror of https://git.ffmpeg.org/ffmpeg.git
Values >4 for lowres corrupt output.
Originally committed as revision 26386 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f0e5c1c000
commit
a0f593d00d
|
@ -1547,7 +1547,7 @@ AVCodec mjpeg_decoder = {
|
||||||
ff_mjpeg_decode_frame,
|
ff_mjpeg_decode_frame,
|
||||||
CODEC_CAP_DR1,
|
CODEC_CAP_DR1,
|
||||||
NULL,
|
NULL,
|
||||||
.max_lowres = 8,
|
.max_lowres = 4,
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("MJPEG (Motion JPEG)"),
|
.long_name = NULL_IF_CONFIG_SMALL("MJPEG (Motion JPEG)"),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue