diff options
author | Reimar Döffinger | 2010-08-23 04:45:36 +0000 |
---|---|---|
committer | Reimar Döffinger | 2010-08-23 04:45:36 +0000 |
commit | 620918e4bf69ad137b0a149c3a5fda501477eae0 (patch) | |
tree | e49b53ae0e93c130921662901c0fa00a48f8f577 /tests/fate.mak | |
parent | 684d608bde7f73947ff6b2aa314d0f0592da5531 (diff) |
Add truemotion1 tests.
Originally committed as revision 24872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate.mak')
-rw-r--r-- | tests/fate.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate.mak b/tests/fate.mak index 579e2904f1..352ab6e324 100644 --- a/tests/fate.mak +++ b/tests/fate.mak @@ -302,6 +302,10 @@ FATE_TESTS += fate-tiertex-seq fate-tiertex-seq: CMD = framecrc -i $(SAMPLES)/tiertex-seq/Gameover.seq -pix_fmt rgb24 FATE_TESTS += fate-tmv fate-tmv: CMD = framecrc -i $(SAMPLES)/tmv/pop-partial.tmv -pix_fmt rgb24 +FATE_TESTS += fate-truemotion1-15 +fate-truemotion1-15: CMD = framecrc -i $(SAMPLES)/duck/phant2-940.duk -pix_fmt rgb24 +FATE_TESTS += fate-truemotion1-24 +fate-truemotion1-24: CMD = framecrc -i $(SAMPLES)/duck/sonic3dblast_intro-partial.avi -pix_fmt rgb24 FATE_TESTS += fate-tscc-15bit fate-tscc-15bit: CMD = framecrc -i $(SAMPLES)/tscc/oneminute.avi -t 15 -pix_fmt rgb24 FATE_TESTS += fate-tscc-32bit |