ffmpeg/tests/ref
Michael Niedermayer aa264da5bf 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>
2012-09-04 15:30:58 +03:00
..
fate adpcmenc: Calculate the IMA_QT predictor without overflow 2012-09-04 15:30:58 +03:00
lavf movenc: Write chan atom for all audio tracks in mov mode movies. 2012-06-04 10:08:31 -07:00
lavfi
seek