Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 24 Jan 2008 19:31:59 +0000 (19:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 24 Jan 2008 19:31:59 +0000 (19:31 +0000)
commitcb077b7aa319caf4a11e811df93b1c2b86fff954
treef50bb0f8fec1f1f9ae925f164c6afd8cc06a91b6
parent6bf398a03007a683740041cd9a0c1c8ac0a19563
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.
(iam not sure if this might have been exploitable)
fixes issue332 / CVCANLMA2_Sony_C.jsv
Other solutions which waste a few bytes less are welcome ...

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