diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-05-15 10:57:51 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-05-18 16:08:40 +0200 |
commit | 4cc8e153715ed9757974e4976c5766d2e731bee0 (patch) | |
tree | c872f4e97bfc195c890d3be69089453c0318afe7 /tests/fate | |
parent | ab5c38ec454c387090ab45082ab7f006f7ef0ccb (diff) | |
download | ffmpeg-4cc8e153715ed9757974e4976c5766d2e731bee0.tar.gz |
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.
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/ac3.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index ed2ce12c0e..6db61bd074 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) |