]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
SVQ3: Fix decoding with A32_BITSTREAM_READER
authormru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 1 Mar 2009 12:11:07 +0000 (12:11 +0000)
committermru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 1 Mar 2009 12:11:07 +0000 (12:11 +0000)
commit4e7996943125324a735c2332e8e48e2ac1a61a13
tree1ada75ef5daf2d826176727b5576f7deac10ae50
parentc498048422b9d318734a2e92c54cf99a53a7b84d
SVQ3: Fix decoding with A32_BITSTREAM_READER

svq3_decode_slice_header() modifies the buffer used by the bitstream
reader.  Some of the bitstream readers cache a few bytes of data, which
must be flushed after such a modification.  Calling skip_bits_long(gb, 0)
achieves this.

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