diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-10 18:01:16 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-10 18:01:16 +0000 |
commit | 06970a4ca32375f661e5a0f9b0faea92b33b8c86 (patch) | |
tree | 551e4c4ba9dfa2e639de6f3fafffcfecab2d7a5d /tests/fate2.mak | |
parent | b734a6783735efb79be1fbf7fcef37fb95441d88 (diff) | |
download | ffmpeg-06970a4ca32375f661e5a0f9b0faea92b33b8c86.tar.gz |
fate: some AAC tests need FUZZ=2 on ARM
Originally committed as revision 24166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r-- | tests/fate2.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index 3555625774..70ce5c17e5 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -33,18 +33,22 @@ FATE2_TESTS += fate-aac-al07_96 fate-aac-al07_96: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/aac/al07_96.mp4 -f s16le - fate-aac-al07_96: CMP = oneoff fate-aac-al07_96: REF = $(SAMPLES)/aac/al07_96.s16 +fate-aac-al07_96: FUZZ = 2 FATE2_TESTS += fate-aac-am00_88 fate-aac-am00_88: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/aac/am00_88.mp4 -f s16le - fate-aac-am00_88: CMP = oneoff fate-aac-am00_88: REF = $(SAMPLES)/aac/am00_88.s16 +fate-aac-am00_88: FUZZ = 2 FATE2_TESTS += fate-aac-al_sbr_hq_cm_48_2 fate-aac-al_sbr_hq_cm_48_2: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/aac/al_sbr_cm_48_2.mp4 -f s16le - fate-aac-al_sbr_hq_cm_48_2: CMP = oneoff fate-aac-al_sbr_hq_cm_48_2: REF = $(SAMPLES)/aac/al_sbr_hq_cm_48_2.s16 +fate-aac-al_sbr_hq_cm_48_2: FUZZ = 2 FATE2_TESTS += fate-aac-al_sbr_ps_06_ur fate-aac-al_sbr_ps_06_ur: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/aac/al_sbr_ps_06_new.mp4 -f s16le - fate-aac-al_sbr_ps_06_ur: CMP = oneoff fate-aac-al_sbr_ps_06_ur: REF = $(SAMPLES)/aac/al_sbr_ps_06_ur.s16 +fate-aac-al_sbr_ps_06_ur: FUZZ = 2 |