comparison truespeech.c @ 9080:574481826df3 libavcodec

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.
author mru
date Sun, 01 Mar 2009 12:11:07 +0000
parents e9d9d946f213
children 54bc8a2727b0
comparison
equal deleted inserted replaced
9079:37dd457573a4 9080:574481826df3