1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavcodec
Måns Rullgård db794291a2 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
2009-03-01 12:11:07 +00:00
..
2009-03-01 12:11:02 +00:00
2009-02-09 11:17:54 +00:00
2009-01-09 03:05:11 +00:00
2009-02-09 11:17:54 +00:00
2009-02-05 18:25:01 +00:00
2009-01-16 17:20:17 +00:00
2009-02-08 23:24:26 +00:00
2009-02-20 02:00:44 +00:00
2009-02-19 23:08:23 +00:00
2009-02-12 00:48:30 +00:00
2009-02-25 18:03:47 +00:00
2009-02-25 18:03:47 +00:00
2009-02-22 00:56:55 +00:00
2009-02-22 00:56:55 +00:00
2009-03-01 11:16:57 +00:00
2009-02-21 17:17:09 +00:00
2009-02-24 18:27:52 +00:00
2009-02-24 18:27:52 +00:00
2009-02-25 08:36:00 +00:00
2009-02-24 18:27:52 +00:00
2009-01-30 20:39:39 +00:00
2009-02-24 18:51:16 +00:00
2009-02-22 20:48:12 +00:00
2009-02-08 23:28:21 +00:00
2009-02-19 17:54:23 +00:00
2009-02-24 18:27:52 +00:00
2009-02-01 16:14:54 +00:00