mirror of https://github.com/FFmpeg/FFmpeg.git
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/trunkpull/126/head
parent
4cd19f6e78
commit
db794291a2
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue