diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-01 07:07:59 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-01 07:07:59 +0100 |
commit | a8ced764f729f09deab487181b5bbb02ac6be2fc (patch) | |
tree | b6d7ab613d4141409aaecfb27500d7e9340b7be2 | |
parent | a0079aae00a70ac7845941d4556419322a510bba (diff) | |
download | ffmpeg-a8ced764f729f09deab487181b5bbb02ac6be2fc.tar.gz |
fate: update AAC Encoder TNS test for the new changes
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-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 8e0b66ab15..fdbb7aed5c 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -171,7 +171,7 @@ fate-aac-tns-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-re 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 = 646.19 +fate-aac-tns-encode: CMP_TARGET = 660.85 fate-aac-tns-encode: FUZZ = 1.8 fate-aac-tns-encode: SIZE_TOLERANCE = 3560 |