summaryrefslogtreecommitdiff
path: root/tests/fate2.mak
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-07-16 09:24:09 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-07-16 09:24:09 +0000
commit044dadeff3290332f551e84351c8d0e6914b9dc1 (patch)
treedd2f5591ef18b704ae9382d928cebde869994757 /tests/fate2.mak
parentcf3935597885c83efe7a28c22126db5b61f19525 (diff)
Add EAC3 regtests
Originally committed as revision 24254 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r--tests/fate2.mak20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak
index eefe84994e..298363cca0 100644
--- a/tests/fate2.mak
+++ b/tests/fate2.mak
@@ -112,3 +112,23 @@ FATE2_TESTS += fate-ac3-5.1
fate-ac3-5.1: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/ac3/monsters_inc_5.1_448_small.ac3 -f s16le -
fate-ac3-5.1: CMP = oneoff
fate-ac3-5.1: REF = $(SAMPLES)/ac3/monsters_inc_5.1_448_small.pcm
+
+FATE2_TESTS += fate-eac3-1
+fate-eac3-1: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small.eac3 -f s16le -
+fate-eac3-1: CMP = oneoff
+fate-eac3-1: REF = $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small.pcm
+
+FATE2_TESTS += fate-eac3-2
+fate-eac3-2: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/eac3/csi_miami_stereo_128_spx_small.eac3 -f s16le -
+fate-eac3-2: CMP = oneoff
+fate-eac3-2: REF = $(SAMPLES)/eac3/csi_miami_stereo_128_spx_small.pcm
+
+FATE2_TESTS += fate-eac3-3
+fate-eac3-3: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/eac3/matrix2_commentary1_stereo_192_small.eac3 -f s16le -
+fate-eac3-3: CMP = oneoff
+fate-eac3-3: REF = $(SAMPLES)/eac3/matrix2_commentary1_stereo_192_small.pcm
+
+FATE2_TESTS += fate-eac3-4
+fate-eac3-4: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/eac3/serenity_english_5.1_1536_small.eac3 -f s16le -
+fate-eac3-4: CMP = oneoff
+fate-eac3-4: REF = $(SAMPLES)/eac3/serenity_english_5.1_1536_small.pcm