Fix for a problem with inverted sign of output data from ffvorbis decoder.
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>
Wed, 20 May 2009 07:24:38 +0000 (07:24 +0000)
committerSiarhei Siamashka <siarhei.siamashka@gmail.com>
Wed, 20 May 2009 07:24:38 +0000 (07:24 +0000)
commit7dfed8e1dce97a45f501ddedbdd69f30f09f0468
tree343c1859ec7d9b2ff6c0905c1703d53d459795b9
parent34aecf1c87e42c749b2f329f0dfe76bc6e3ccebe
Fix for a problem with inverted sign of output data from ffvorbis decoder.

Now the sign of audio samples in ffvorbis output is the same as in original
uncompressed audio file and this also allows the use of tiny_psnr to compare
ffvorbis with libvorbis/tremor.

Originally committed as revision 18878 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vorbis_dec.c