diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-02 07:15:42 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-02 07:15:42 +0100 |
commit | dcf72da84183ce472bb647d3945a40b8a268f521 (patch) | |
tree | b332b46f5d75692b5d36a498e5df10bc306bddde /tests | |
parent | 72adf2431027426300f5d9e45df32ff3bf499084 (diff) | |
download | ffmpeg-dcf72da84183ce472bb647d3945a40b8a268f521.tar.gz |
fate: add fuzziness to the AAC Encode prediction test
Fails on ppc64 architecture under Ubuntu.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/aac.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak index 728bfb4dd1..6c687b6b2e 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -189,6 +189,7 @@ fate-aac-pred-encode: CMP = stddev fate-aac-pred-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav fate-aac-pred-encode: CMP_SHIFT = -4096 fate-aac-pred-encode: CMP_TARGET = 652.60 +fate-aac-pred-encode: FUZZ = 2.2 fate-aac-pred-encode: SIZE_TOLERANCE = 3560 FATE_AAC_LATM += fate-aac-latm_000000001180bc60 |