diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-05 21:47:26 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-05 21:47:26 +0100 |
commit | cf6fb6f3f7215cac30473729e7cee322c2286c4f (patch) | |
tree | 23e715410ed71efcf3b0eca6e965a6f2140cfb88 /tests/fate/aac.mak | |
parent | 69c344eed2742267541ddb748faee300bc8e97c3 (diff) | |
download | ffmpeg-cf6fb6f3f7215cac30473729e7cee322c2286c4f.tar.gz |
fate: increase the fuzz of the AAC encoder aref test
Almost fine on SunOS without yasm but 5 wasn't enough.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.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 06b2497f28..163353a3e0 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -148,7 +148,7 @@ fate-aac-aref-encode: REF = ./tests/data/asynth-44100-2.wav fate-aac-aref-encode: CMP_SHIFT = -4096 fate-aac-aref-encode: CMP_TARGET = 594 fate-aac-aref-encode: SIZE_TOLERANCE = 2464 -fate-aac-aref-encode: FUZZ = 5 +fate-aac-aref-encode: FUZZ = 6 FATE_AAC_ENCODE += fate-aac-ln-encode fate-aac-ln-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav -strict -2 -c:a aac -aac_is 0 -aac_pns 0 -b:a 512k |