Browse Source

Values >4 for lowres corrupt output.

Originally committed as revision 26386 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Carl Eugen Hoyos 15 years ago
parent
commit
a0f593d00d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mjpegdec.c

+ 1
- 1
libavcodec/mjpegdec.c View File

@@ -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…
Cancel
Save