OSDN Git Service

Check level_prefix a bit (this just checks the max our bitreader can handle,
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 10 Mar 2010 09:55:03 +0000 (09:55 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 10 Mar 2010 09:55:03 +0000 (09:55 +0000)
commit9885284c2259847b0d2b34b5574e3276607e37e4
tree1cec243e66d6e9df26bf1108a1c5b95da12eb468
parent83c2bc7abba62e1de16584b5adb82f77f2e9604e
Check level_prefix a bit (this just checks the max our bitreader can handle,
as i did nt find a limit in the spec)
This should stop cavlc_decode_residual() on a zero bitstream

Originally committed as revision 22429 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_cavlc.c