OSDN Git Service

Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 19 Nov 2009 11:49:03 +0000 (11:49 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 19 Nov 2009 11:49:03 +0000 (11:49 +0000)
commitb711aaa2d8035b8a14bbdf0315cf2cea48dee890
tree2ea93da1f02d1eb77fc4b1ed5acdea1093588d2c
parent8a724ed84d954a36325a4b5fccb60f819bcfc3c0
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set
instead of either aborting on the assert or crashing due to writing beyond
the array due to insufficient padding.

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