OSDN Git Service

Set maximum lowres value for the MJPEG decoder to 3.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Sat, 12 Feb 2011 14:29:10 +0000 (15:29 +0100)
committerJanne Grunau <janne-ffmpeg@jannau.net>
Wed, 16 Feb 2011 22:05:46 +0000 (23:05 +0100)
commit2e3c56a29f241c207123e0195a6e1ce549559947
tree6fa6faa3f7034280555dcbc24f9c893c0cade6c4
parent1f004fc512babe8215e2aa31fa4770aa27812cab
Set maximum lowres value for the MJPEG decoder to 3.

While 4 works for some samples, 3 is the correct value since 8x8
DCT is used by (m)jpeg.

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
libavcodec/mjpegdec.c