diff options
author | Siarhei Siamashka <siarhei.siamashka@gmail.com> | 2009-05-14 06:38:49 +0000 |
---|---|---|
committer | Siarhei Siamashka <siarhei.siamashka@gmail.com> | 2009-05-14 06:38:49 +0000 |
commit | 460c0abfbb6390533a8a04e661971ff0ad4c6cbd (patch) | |
tree | b330fba72094a87d33da6d7f49106c79413312ca /libavdevice/alsa-audio-dec.c | |
parent | 4601e76a4323deec30cc6b1d2cf1f192feedccbc (diff) | |
download | ffmpeg-460c0abfbb6390533a8a04e661971ff0ad4c6cbd.tar.gz |
Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")
This was off-by-one bug which affects floor0 encoded files. Tracked down
by valgrind (was reported as the use of uninitialized memory).
With this patch applied, tiny_psnr now reports the following when ffvorbis
is compared to libvorbis-1.0beta4 output for 'lsp-test.ogg' sample:
stddev: 0.76 PSNR: 98.69 bytes: 3498380/ 3498452
Output from libvorbis-1.2 is substantially different:
stddev: 132.57 PSNR: 53.87 bytes: 3498424/ 3498496
Originally committed as revision 18821 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/alsa-audio-dec.c')
0 files changed, 0 insertions, 0 deletions