You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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:
@@ -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)"),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user