OSDN Git Service

Ensure that width and height are > 0. avcodec_open() itself only checks that
authorSebastian Vater <cdgs.basty@googlemail.com>
Mon, 10 May 2010 17:00:56 +0000 (17:00 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 10 May 2010 17:00:56 +0000 (17:00 +0000)
commit59cca5040e8da935833fb78510cfb1db124a9528
treea0afe0772ef76b07c8705409ddf461ff45920523
parent666d7d18e1650d0467ad86d5e9bbc0dbef81c8fa
Ensure that width and height are > 0. avcodec_open() itself only checks that
they are >= 0.

Patch by Sebastian Vater <cdgs basty googlemail com>.

Originally committed as revision 23080 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/iff.c