mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
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,
|
||||
CODEC_CAP_DR1,
|
||||
NULL,
|
||||
.max_lowres = 8,
|
||||
.max_lowres = 4,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("MJPEG (Motion JPEG)"),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user