diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-11 13:33:35 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 12:53:46 +0100 |
commit | cb0713fca23ae681d2b2547d82a79670e340b13e (patch) | |
tree | 79972ebbfeec5e6ff94b8a9d5a297cef81c285df /tests/fate/video.mak | |
parent | 35d88a86e342ed388b09636739efcb7f780d22d5 (diff) | |
download | ffmpeg-cb0713fca23ae681d2b2547d82a79670e340b13e.tar.gz |
fate: split off adpcm-ima-amv from amv test
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r-- | tests/fate/video.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 0d1ffab48c..f238601a07 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -14,7 +14,7 @@ FATE_AVCONV += fate-alg-mm fate-alg-mm: CMD = framecrc -i $(SAMPLES)/alg-mm/ibmlogo.mm -an -pix_fmt rgb24 FATE_AVCONV += fate-amv -fate-amv: CMD = framecrc -idct simple -i $(SAMPLES)/amv/MTV_high_res_320x240_sample_Penguin_Joke_MTV_from_WMV.amv -t 10 +fate-amv: CMD = framecrc -idct simple -i $(SAMPLES)/amv/MTV_high_res_320x240_sample_Penguin_Joke_MTV_from_WMV.amv -t 10 -an FATE_AVCONV += fate-ansi fate-ansi: CMD = framecrc -chars_per_frame 44100 -i $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24 |