[FFmpeg-cvslog] commit: Values >4 for lowres corrupt output. (Carl Eugen Hoyos )
git at videolan.org
git
Sun Jan 16 15:03:17 CET 2011
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at> | Sun Jan 16 12:45:59 2011 +0000| [a0f593d00d1c0c3fb560b536d59eec765cdbf48f] | committer: Carl Eugen Hoyos
Values >4 for lowres corrupt output.
Originally committed as revision 26386 to svn://svn.ffmpeg.org/ffmpeg/trunk
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a0f593d00d1c0c3fb560b536d59eec765cdbf48f
---
libavcodec/mjpegdec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c
index e57f74f..19bd2f7 100644
--- a/libavcodec/mjpegdec.c
+++ b/libavcodec/mjpegdec.c
@@ -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)"),
};
More information about the ffmpeg-cvslog
mailing list