summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-07-14 19:37:14 +0200
committerClément Bœsch <u@pkh.me>2016-07-14 19:37:14 +0200
commitdef850676625417d27176a458787545330ab9427 (patch)
treed6b3233d86a9c062f8be5ce6e4c02e0a17da37da
parente28d66052dd3f9aab41631e229590df6819a5836 (diff)
parent523c4c5b70994f5cd1f192b68d07cf24b292ca05 (diff)
downloadffmpeg-streaming-def850676625417d27176a458787545330ab9427.zip
ffmpeg-streaming-def850676625417d27176a458787545330ab9427.tar.gz
Merge commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05'
* commit '523c4c5b70994f5cd1f192b68d07cf24b292ca05': fate: Add TrueMotion 2 RT tests Merged-by: Clément Bœsch <u@pkh.me>
-rw-r--r--tests/fate/vpx.mak12
-rw-r--r--tests/ref/fate/truemotion2rt-high6
-rw-r--r--tests/ref/fate/truemotion2rt-low6
-rw-r--r--tests/ref/fate/truemotion2rt-mid6
4 files changed, 30 insertions, 0 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index 6a2512f..3750561 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -10,6 +10,18 @@ fate-truemotion1: $(FATE_TRUEMOTION1)
FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION2) += fate-truemotion2
fate-truemotion2: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tm20.avi
+FATE_TRUEMOTION2RT += fate-truemotion2rt-low
+fate-truemotion2rt-low: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_low.avi -an
+
+FATE_TRUEMOTION2RT += fate-truemotion2rt-mid
+fate-truemotion2rt-mid: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_mid.avi -an
+
+FATE_TRUEMOTION2RT += fate-truemotion2rt-high
+fate-truemotion2rt-high: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tr20_high.avi -an
+
+FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION2RT) += $(FATE_TRUEMOTION2RT)
+fate-truemotion2rt: $(FATE_TRUEMOTION2RT)
+
FATE_VP3-$(call DEMDEC, MATROSKA, THEORA) += fate-theora-coeff-level64
fate-theora-coeff-level64: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp3/coeff_level64.mkv
diff --git a/tests/ref/fate/truemotion2rt-high b/tests/ref/fate/truemotion2rt-high
new file mode 100644
index 0000000..2947857
--- /dev/null
+++ b/tests/ref/fate/truemotion2rt-high
@@ -0,0 +1,6 @@
+#tb 0: 100/2397
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 208x232
+#sar 0: 0/1
+0, 0, 0, 1, 54288, 0xbb88db84
diff --git a/tests/ref/fate/truemotion2rt-low b/tests/ref/fate/truemotion2rt-low
new file mode 100644
index 0000000..843e826
--- /dev/null
+++ b/tests/ref/fate/truemotion2rt-low
@@ -0,0 +1,6 @@
+#tb 0: 100/2397
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 208x232
+#sar 0: 0/1
+0, 0, 0, 1, 54288, 0x94310459
diff --git a/tests/ref/fate/truemotion2rt-mid b/tests/ref/fate/truemotion2rt-mid
new file mode 100644
index 0000000..98ec6f0
--- /dev/null
+++ b/tests/ref/fate/truemotion2rt-mid
@@ -0,0 +1,6 @@
+#tb 0: 100/2397
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 208x196
+#sar 0: 0/1
+0, 0, 0, 1, 45864, 0x6c39a9e0
OpenPOWER on IntegriCloud