diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-08-25 17:23:38 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-08-25 17:23:38 +0000 |
commit | 4574b815cca8f0d05b4ac1df0bd04d8613006663 (patch) | |
tree | e98a8557080eca6100253d222a9434bf9e9996bb /tests/fate2.mak | |
parent | b8521394c3bb5becfada77450ab3f6c59d1be992 (diff) | |
download | ffmpeg-4574b815cca8f0d05b4ac1df0bd04d8613006663.tar.gz |
VP3 fate test
Originally committed as revision 24928 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 be6d20b197..efd7ea3274 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -181,3 +181,6 @@ fate-txd-pal8: CMD = framecrc -i $(SAMPLES)/txd/outro.txd -pix_fmt rgb24 -an FATE_TESTS += fate-txd-16bpp fate-txd-16bpp: CMD = framecrc -i $(SAMPLES)/txd/misc.txd -pix_fmt bgra -an + +FATE_TESTS += fate-vp3 +fate-vp3: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi |