diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-11 17:16:58 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 12:51:19 +0100 |
commit | f4d2b93be402411df1cc5197f02c025e8b1bcf82 (patch) | |
tree | aefedb86e5cff66a8a676f5bf5a72ab9f3b4ebb4 /tests/fate | |
parent | 63322d8c894fa359c31a91bae067f8816c95ca62 (diff) | |
download | ffmpeg-f4d2b93be402411df1cc5197f02c025e8b1bcf82.tar.gz |
fate: truemotion1: disable audio
These tests include adpcm-ima-dk3 audio which is tested elsewhere.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/video.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 319eae86b5..8545f2e8cc 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -74,10 +74,10 @@ FATE_AVCONV += fate-deluxepaint-anm fate-deluxepaint-anm: CMD = framecrc -i $(SAMPLES)/deluxepaint-anm/INTRO1.ANM -pix_fmt rgb24 FATE_TRUEMOTION1 += fate-truemotion1-15 -fate-truemotion1-15: CMD = framecrc -i $(SAMPLES)/duck/phant2-940.duk -pix_fmt rgb24 +fate-truemotion1-15: CMD = framecrc -i $(SAMPLES)/duck/phant2-940.duk -pix_fmt rgb24 -an FATE_TRUEMOTION1 += fate-truemotion1-24 -fate-truemotion1-24: CMD = framecrc -i $(SAMPLES)/duck/sonic3dblast_intro-partial.avi -pix_fmt rgb24 +fate-truemotion1-24: CMD = framecrc -i $(SAMPLES)/duck/sonic3dblast_intro-partial.avi -pix_fmt rgb24 -an FATE_AVCONV += $(FATE_TRUEMOTION1) fate-truemotion1: $(FATE_TRUEMOTION1) |