demux_mov: fix possible hang on invalid input
commit21367beef13fadd296edd97ba86240431492f409
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 12 Dec 2010 16:50:13 +0000 (12 16:50 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Thu, 16 Dec 2010 04:22:19 +0000 (16 06:22 +0200)
treecea7d741173065ba621537b7cc39a8ce135719ba
parent7e24b8edb42fd8dc39b273772642a4d23866552f
demux_mov: fix possible hang on invalid input

len < 8 is also invalid for 64-bit codec chunk size.
Previous code could cause hang.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32708 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpdemux/demux_mov.c