diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-06-03 15:51:30 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-06-20 15:49:09 -0400 |
commit | 906ffed9b1b8b06979eb656989aecacb1ae75a3a (patch) | |
tree | 7399db120ee4ee823040a206890769486b36aec8 /tests/fate/vpx.mak | |
parent | 470cd0c5fe6337b6cb5276b3f84400999450fc1b (diff) | |
download | ffmpeg-906ffed9b1b8b06979eb656989aecacb1ae75a3a.tar.gz |
fate: Move Duck Truemotion 1 and 2 tests to vpx.mak
Diffstat (limited to 'tests/fate/vpx.mak')
-rw-r--r-- | tests/fate/vpx.mak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index b9c7c2032a..058656231f 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -1,3 +1,15 @@ +FATE_TRUEMOTION1 += fate-truemotion1-15 +fate-truemotion1-15: CMD = framecrc -i $(TARGET_SAMPLES)/duck/phant2-940.duk -pix_fmt rgb24 -an + +FATE_TRUEMOTION1 += fate-truemotion1-24 +fate-truemotion1-24: CMD = framecrc -i $(TARGET_SAMPLES)/duck/sonic3dblast_intro-partial.avi -pix_fmt rgb24 -an + +FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION1) += $(FATE_TRUEMOTION1) +fate-truemotion1: $(FATE_TRUEMOTION1) + +FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TRUEMOTION2) += fate-truemotion2 +fate-truemotion2: CMD = framecrc -i $(TARGET_SAMPLES)/duck/tm20.avi + 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 |