diff options
author | Clément Bœsch <u@pkh.me> | 2016-07-14 19:37:14 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-07-14 19:37:14 +0200 |
commit | def850676625417d27176a458787545330ab9427 (patch) | |
tree | d6b3233d86a9c062f8be5ce6e4c02e0a17da37da | |
parent | e28d66052dd3f9aab41631e229590df6819a5836 (diff) | |
parent | 523c4c5b70994f5cd1f192b68d07cf24b292ca05 (diff) | |
download | ffmpeg-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.mak | 12 | ||||
-rw-r--r-- | tests/ref/fate/truemotion2rt-high | 6 | ||||
-rw-r--r-- | tests/ref/fate/truemotion2rt-low | 6 | ||||
-rw-r--r-- | tests/ref/fate/truemotion2rt-mid | 6 |
4 files changed, 30 insertions, 0 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index 6a2512ff63..3750561df1 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 0000000000..2947857f4c --- /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 0000000000..843e826d27 --- /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 0000000000..98ec6f015b --- /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 |