diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-08-21 20:57:24 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-08-21 20:57:24 +0000 |
commit | 3d6bd1c7979dfa03aaaa7c051163876dd93db08f (patch) | |
tree | b618e1d9b6c24771808163d3603159abeee56530 /tests/fate2.mak | |
parent | 2a86d4b90528e4060b181ec32aca494655d54937 (diff) | |
download | ffmpeg-3d6bd1c7979dfa03aaaa7c051163876dd93db08f.tar.gz |
Add FATE test for ANSI/ASCII animation and TTY demuxer
Originally committed as revision 24865 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r-- | tests/fate2.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index c6add240a8..353740d603 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -157,3 +157,6 @@ FATE2_TESTS += fate-wmapro-2ch fate-wmapro-2ch: CMD = pcm -i $(SAMPLES)/wmapro/Beethovens_9th-1_small.wma fate-wmapro-2ch: CMP = oneoff fate-wmapro-2ch: REF = $(SAMPLES)/wmapro/Beethovens_9th-1_small.pcm + +FATE2_TESTS += fate-ansi +fate-ansi: CMD = framecrc -i $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24 |