flashsv: use skip_bits_long() where required
commit3b3abee4b518b31bc65a61dd3120a4d54fae3ffa
authormru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 24 Nov 2008 19:00:55 +0000 (24 19:00 +0000)
committermru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 24 Nov 2008 19:00:55 +0000 (24 19:00 +0000)
tree2406ce473e7474cc64febfa3dbef301b5d1b2d48
parent62c8001e8902b0ef67edb4915119d44df5772d42
flashsv: use skip_bits_long() where required

skip_bits(gb, n) with n > 17 doesn't work with all bitstream readers.
Switch to skip_bits_long() instead.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15930 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/flashsv.c