demux_avi: remove pointless checks
commitb492561241f2a3263a8ab558fafc957130dbdfc1
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sat, 13 Nov 2010 10:23:34 +0000 (13 10:23 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 14 Nov 2010 10:52:33 +0000 (14 12:52 +0200)
tree5647d1b697422963b5d077cb0bed746d80171d54
parent74377fbfbf0a4dc7d1734403a901e726beaaae1e
demux_avi: remove pointless checks

If audio_block_size is 0 that is a bug (and will result in a division by 0
in one case that does not check this), thus remove all checks for it.

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