OSDN Git Service

If the end of the input buffer is reached while decoding MJPEG and at least
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 4 Jul 2009 18:24:43 +0000 (18:24 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 4 Jul 2009 18:24:43 +0000 (18:24 +0000)
commit82c9182fe363e85d9e84f94eddcc0aa46a3be310
treee5a85e2fb33f0d5d9d563fb935eaf48433c0ec2f
parent1496b04c28ba9ef291bef1936641bff364484075
If the end of the input buffer is reached while decoding MJPEG and at least
a valid SOF was found, emulate an EOI.
This allows e.g. to at least decode the available part of incomplete MJPEG frames.

Originally committed as revision 19344 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mjpegdec.c