diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-11 16:30:00 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 12:50:19 +0100 |
commit | 63322d8c894fa359c31a91bae067f8816c95ca62 (patch) | |
tree | 753826242e3abe2cda7043fa48625bbbbea06f13 /tests/fate | |
parent | 0c26380f4fbf8b65c4b32aecdac74f769bb6e368 (diff) | |
download | ffmpeg-63322d8c894fa359c31a91bae067f8816c95ca62.tar.gz |
fate: qtrle: disable audio in all tests
These files contain mace6 audio which is tested elsewhere.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/qtrle.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/qtrle.mak b/tests/fate/qtrle.mak index 8e14c3c028..2f47c29105 100644 --- a/tests/fate/qtrle.mak +++ b/tests/fate/qtrle.mak @@ -1,8 +1,8 @@ FATE_QTRLE += fate-qtrle-1bit -fate-qtrle-1bit: CMD = framecrc -i $(SAMPLES)/qtrle/Animation-Monochrome.mov +fate-qtrle-1bit: CMD = framecrc -i $(SAMPLES)/qtrle/Animation-Monochrome.mov -an FATE_QTRLE += fate-qtrle-2bit -fate-qtrle-2bit: CMD = framecrc -i $(SAMPLES)/qtrle/Animation-4Greys.mov -pix_fmt rgb24 +fate-qtrle-2bit: CMD = framecrc -i $(SAMPLES)/qtrle/Animation-4Greys.mov -pix_fmt rgb24 -an FATE_QTRLE += fate-qtrle-4bit fate-qtrle-4bit: CMD = framecrc -i $(SAMPLES)/qtrle/Animation-16Greys.mov -pix_fmt rgb24 -an |