FFmpeg/tests/ref
Michael Niedermayer 2deac60a38 adpcmenc: Calculate the IMA_QT predictor without overflow
Previously, the value given to put_bits was 10 bits long for positive
predictors, even though 9 bits were to be written. The extra bit could
in some cases overwrite existing bits in the bitstream writer cache.

This fixes a failed assert in put_bits.h, when running a version
built with -DDEBUG.

The fate test result gets slightly improved, thanks to getting rid
of the overwritten bits in the bitstream writer cache.

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit aa264da5bf)
Signed-off-by: Diego Biurrun <diego@biurrun.de>

Conflicts:
	tests/ref/fate/acodec-adpcm-ima_qt
2014-08-23 05:19:12 -07:00
..
acodec adpcmenc: Calculate the IMA_QT predictor without overflow 2014-08-23 05:19:12 -07:00
fate nuv: Do not ignore lzo decompression failures 2013-10-16 23:05:51 +02:00
lavf fate: Update file checksums after the mov muxer change in a78dbada55 2012-01-10 16:54:23 +02:00
lavfi swscale: RGB4444 and BGR444 input 2012-01-08 20:19:41 -08:00
seek mxfdec: set audio timebase to 1/samplerate 2014-01-07 09:43:58 +01:00
vsynth1 fate: Update file checksums after the mov muxer change in a78dbada55 2012-01-10 16:54:23 +02:00
vsynth2 fate: Update file checksums after the mov muxer change in a78dbada55 2012-01-10 16:54:23 +02:00