diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-04-27 14:17:42 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-09 14:13:34 +0100 |
commit | f2a5586c6462f942628e2c66109198ee07ce88bc (patch) | |
tree | 9c4c3cb67d2ccc13310ee871388525bb580067e4 /tests/fate/video.mak | |
parent | d57b43df2e691bc5f32bedf15a7e5bb0e6b84b61 (diff) | |
download | ffmpeg-f2a5586c6462f942628e2c66109198ee07ce88bc.tar.gz |
fate: split some combined tests into separate audio and video tests
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r-- | tests/fate/video.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index a676cd10d1..c07ab628af 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -133,6 +133,9 @@ fate-kgv1: CMD = framecrc -i $(SAMPLES)/kega/kgv1.avi -pix_fmt rgb555le -an FATE_TESTS += fate-kmvc fate-kmvc: CMD = framecrc -i $(SAMPLES)/KMVC/LOGO1.AVI -an -t 3 -pix_fmt rgb24 +FATE_TESTS += fate-mdec +fate-mdec: CMD = framecrc -idct simple -i $(SAMPLES)/ea-dct/NFS2Esprit-partial.dct -an + FATE_TESTS += fate-mimic fate-mimic: CMD = framecrc -idct simple -i $(SAMPLES)/mimic/mimic2-womanloveffmpeg.cam @@ -170,6 +173,9 @@ fate-sp5x: CMD = framecrc -idct simple -i $(SAMPLES)/sp5x/sp5x_problem.avi FATE_TESTS += fate-sub-srt fate-sub-srt: CMD = md5 -i $(SAMPLES)/sub/SubRip_capability_tester.srt -f ass +FATE_TESTS += fate-thp +fate-thp: CMD = framecrc -idct simple -i $(SAMPLES)/thp/pikmin2-opening1-partial.thp -an + FATE_TESTS += fate-tiertex-seq fate-tiertex-seq: CMD = framecrc -i $(SAMPLES)/tiertex-seq/Gameover.seq -pix_fmt rgb24 |