SVQ3: Fix decoding with A32_BITSTREAM_READER
authorMåns Rullgård <mans@mansr.com>
Sun, 1 Mar 2009 12:11:07 +0000 (12:11 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 1 Mar 2009 12:11:07 +0000 (12:11 +0000)
commitdb794291a29546b93c3b39dc33b3f9a3bcf9e315
tree2bbbce77d3575c2de2de35cc3e195d4d830b5c79
parent4cd19f6e7851ee6afb08eb346c82d5574fa2b699
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.

Originally committed as revision 17680 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/svq3.c