diff options
author | Peter Ross <pross@xvid.org> | 2012-09-02 12:27:19 +1000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-02 18:15:08 +0200 |
commit | 083e65cfd22e44719eedfad4c2d3ed290688661d (patch) | |
tree | 0773f635e82511de574ba09b0e421ddec3bf5854 /tests/fate/video.mak | |
parent | c8ef309379709062391f5e012efc3609a3389917 (diff) | |
download | ffmpeg-083e65cfd22e44719eedfad4c2d3ed290688661d.tar.gz |
fate: add ansi256 test case
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r-- | tests/fate/video.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index cd1a865a15..e5dd6201c3 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -19,6 +19,9 @@ fate-amv: CMD = framecrc -idct simple -i $(SAMPLES)/amv/MTV_high_res_320x240_sam FATE_VIDEO += fate-ansi fate-ansi: CMD = framecrc -chars_per_frame 44100 -i $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24 +FATE_VIDEO += fate-ansi256 +fate-ansi256: CMD = framecrc -chars_per_frame 44100 -i $(SAMPLES)/ansi/ansi256.ans -pix_fmt rgb24 + FATE_VIDEO += fate-armovie-escape124 fate-armovie-escape124: CMD = framecrc -i $(SAMPLES)/rpl/ESCAPE.RPL -pix_fmt rgb24 |