[FFmpeg-cvslog] fate: Set FUZZ factor of vorbis-13 test to 2.
Diego Biurrun
git at videolan.org
Sat May 19 01:00:10 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue May 15 15:00:15 2012 +0200| [1afc278994364f680a7b490d3dd9d7a5265f7bc3] | committer: Diego Biurrun
fate: Set FUZZ factor of vorbis-13 test to 2.
This is necessary to account for different rounding done in the 3DNow!
Assembly optimizations.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1afc278994364f680a7b490d3dd9d7a5265f7bc3
---
tests/fate/vorbis.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/fate/vorbis.mak b/tests/fate/vorbis.mak
index 25a5d89..578d7c4 100644
--- a/tests/fate/vorbis.mak
+++ b/tests/fate/vorbis.mak
@@ -49,6 +49,7 @@ fate-vorbis-12: REF = $(SAMPLES)/vorbis/mono_small.pcm
FATE_VORBIS += fate-vorbis-13
fate-vorbis-13: CMD = pcm -i $(SAMPLES)/vorbis/moog_small.ogg
fate-vorbis-13: REF = $(SAMPLES)/vorbis/moog_small.pcm
+fate-vorbis-13: FUZZ = 2
FATE_VORBIS += fate-vorbis-14
fate-vorbis-14: CMD = pcm -i $(SAMPLES)/vorbis/rc1-test_small.ogg
More information about the ffmpeg-cvslog
mailing list