diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-10-12 17:15:30 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-10-12 17:15:30 +0100 |
commit | ccd3b3df39de4c2c4e30fb2012675f99e56dbc5e (patch) | |
tree | 825f859997d6480ab604e246bd54a00d3ee1c503 /tests/fate/aac.mak | |
parent | e2749ef60a885817267896704cc02935641f4150 (diff) | |
download | ffmpeg-ccd3b3df39de4c2c4e30fb2012675f99e56dbc5e.tar.gz |
fate: increase fuzz on fate-aac-tns-encode test
Fails on SunOS and old GCC (<=4.6 is ancient) versions.
Diffstat (limited to 'tests/fate/aac.mak')
-rw-r--r-- | tests/fate/aac.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak index acad48bef4..296a162463 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -183,7 +183,7 @@ fate-aac-tns-encode: CMP = stddev fate-aac-tns-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav fate-aac-tns-encode: CMP_SHIFT = -4096 fate-aac-tns-encode: CMP_TARGET = 768 -fate-aac-tns-encode: FUZZ = 2.8 +fate-aac-tns-encode: FUZZ = 6 fate-aac-tns-encode: SIZE_TOLERANCE = 3560 FATE_AAC_ENCODE += fate-aac-is-encode |