Check mb_pos is big enough before trying to access data left or above.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 17 Dec 2006 11:11:44 +0000 (11:11 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 17 Dec 2006 11:11:44 +0000 (11:11 +0000)
commit6f3e4e1712260ef8c5b4754d781ccd80bcfa1d0c
treea21cc8b8c4cf4fa77273e8f43f42aa08cbc2e107
parent3b61ab0b030d171e1d28c5f57e327a0000b90e18
Check mb_pos is big enough before trying to access data left or above.
Fixes out-of-bound access for http://samples.mplayerhq.hu/V-codecs/WMV9/nokia_n90.wmv

Originally committed as revision 7324 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1.c