[FFmpeg-cvslog] fate: Set FUZZ factor of (e)ac3-encode test to 3.

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 10:57:51 2012 +0200| [4cc8e153715ed9757974e4976c5766d2e731bee0] | committer: Diego Biurrun

fate: Set FUZZ factor of (e)ac3-encode test to 3.

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=4cc8e153715ed9757974e4976c5766d2e731bee0
---

 tests/fate/ac3.mak |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
index ed2ce12..6db61bd 100644
--- a/tests/fate/ac3.mak
+++ b/tests/fate/ac3.mak
@@ -35,6 +35,7 @@ fate-ac3-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
 fate-ac3-encode: CMP_SHIFT = -1024
 fate-ac3-encode: CMP_TARGET = 399.62
 fate-ac3-encode: SIZE_TOLERANCE = 488
+fate-ac3-encode: FUZZ = 3
 
 FATE_AC3 += fate-eac3-encode
 fate-eac3-encode: CMD = enc_dec_pcm eac3 wav s16le $(REF) -c:a eac3 -b:a 128k
@@ -43,6 +44,7 @@ fate-eac3-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
 fate-eac3-encode: CMP_SHIFT = -1024
 fate-eac3-encode: CMP_TARGET = 514.02
 fate-eac3-encode: SIZE_TOLERANCE = 488
+fate-eac3-encode: FUZZ = 3
 
 FATE_AVCONV += $(FATE_AC3)
 fate-ac3: $(FATE_AC3)



More information about the ffmpeg-cvslog mailing list