summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-07-10 23:15:45 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-07-10 23:15:45 +0000
commit827396688c7f0ad7eb8f1293542f3daf040a08b2 (patch)
tree1c292fb208fc5a78029243173dff99102181a8e6 /tests
parent1d9a8c347a8c2c961516dc5effaf7e77850d2504 (diff)
Add QCELP regtest
Originally committed as revision 24176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/fate2.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak
index ff2d1cc0e4..b1a2cfd6f2 100644
--- a/tests/fate2.mak
+++ b/tests/fate2.mak
@@ -65,3 +65,9 @@ fate-ra-cook: REF = $(SAMPLES)/real/ra_cook.pcm
FATE2_TESTS += fate-mpeg2-field-enc
fate-mpeg2-field-enc: CMD = $(TARGET_PATH)/ffmpeg -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -f framecrc -
+
+FATE2_TESTS += fate-qcelp
+fate-qcelp: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/qcp/0036580847.QCP -f s16le -
+fate-qcelp: CMP = oneoff
+fate-qcelp: REF = $(SAMPLES)/qcp/0036580847.pcm
+