]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Fix for a problem with inverted sign of output data from ffvorbis decoder.
authorserge <serge@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 20 May 2009 07:24:38 +0000 (07:24 +0000)
committerserge <serge@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 20 May 2009 07:24:38 +0000 (07:24 +0000)
commit95ee57dd3d7ab53cd2cf0234cfc278f080ce7565
treeeec5a28caccdc526642db278210ee3a52b701f95
parent912abf26eb681d2c5dab6267fb444b5a8ae074cb
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18878 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/vorbis_dec.c