Module: libav Branch: master Commit: 4cc8e153715ed9757974e4976c5766d2e731bee0
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Tue May 15 10:57:51 2012 +0200 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. --- 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 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) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
