diff options
author | Måns Rullgård <mans@mansr.com> | 2009-03-01 12:11:07 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-03-01 12:11:07 +0000 |
commit | db794291a29546b93c3b39dc33b3f9a3bcf9e315 (patch) | |
tree | 2bbbce77d3575c2de2de35cc3e195d4d830b5c79 /libswscale/yuv2rgb.c | |
parent | 4cd19f6e7851ee6afb08eb346c82d5574fa2b699 (diff) | |
download | ffmpeg-db794291a29546b93c3b39dc33b3f9a3bcf9e315.tar.gz |
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
Diffstat (limited to 'libswscale/yuv2rgb.c')
0 files changed, 0 insertions, 0 deletions