diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-12-13 22:11:00 +0100 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-12-13 23:28:53 +0100 |
commit | 28e9b7e8aed9df9e4e20f61f803fe8e8a850eb9f (patch) | |
tree | 97d311b64153d5c465855f9db1a6ec97d1db0f09 /tests/fate/aac.mak | |
parent | ac25d1d35e99e8e08099c0b329dd23b1159a2bb3 (diff) | |
download | ffmpeg-28e9b7e8aed9df9e4e20f61f803fe8e8a850eb9f.tar.gz |
fate: increase FUZZ by 1 for aac-tns-encode
This should fix this test failing on kfreebsd, a regression since
6e5dbe7, which decreased the CMP_TARGET by 1.
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
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 4e55b76dfc..ae7ebfa66f 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 = 817 -fate-aac-tns-encode: FUZZ = 6 +fate-aac-tns-encode: FUZZ = 7 fate-aac-tns-encode: SIZE_TOLERANCE = 3560 FATE_AAC_ENCODE += fate-aac-is-encode |