check return value of decode_cabac_mb_dqp, it is INT_MIN on error.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 17 Sep 2005 08:15:07 +0000 (08:15 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 17 Sep 2005 08:15:07 +0000 (08:15 +0000)
commit357a28430a11c4b547b12e07a00c1286bdb56b2a
tree006981c1268d75c31f776f762fefca0d1d82e15b
parent18ae520b72390694c75c0f8dd34a4f14827b99a6
check return value of decode_cabac_mb_dqp, it is INT_MIN on error.
fixes crash with http://stud4.tuwien.ac.at/~e0326863/ats/bbc-sample_small.mpg
and MPlayer's broken packetizer (but will not decode right of course).

Originally committed as revision 4595 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c