diff options
author | Aneesh Dogra <lionaneesh@gmail.com> | 2011-12-29 15:29:15 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-12-29 15:32:31 +0100 |
commit | ac1c27bc2b23d93b2d5167620a51a69a2aa1753e (patch) | |
tree | ebb18079c482e4397c1eba3727120e5898a5721b /tests/fate | |
parent | 1f8bf1ef38d1ece098438d0c7440b6cf68331c3b (diff) | |
download | ffmpeg-ac1c27bc2b23d93b2d5167620a51a69a2aa1753e.tar.gz |
fate: add more tests for VC-1 decoder
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/microsoft.mak | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak index c6c1c62e6f..bb7e7018d7 100644 --- a/tests/fate/microsoft.mak +++ b/tests/fate/microsoft.mak @@ -16,3 +16,12 @@ fate-wmv8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c34 FATE_TESTS += fate-vc1 fate-vc1: CMD = framecrc -i $(SAMPLES)/vc1/SA00040.vc1 + +FATE_TESTS += fate-vc1_sa00050 +fate-vc1_sa00050: CMD = framecrc -i $(SAMPLES)/vc1/SA00050.vc1 + +FATE_TESTS += fate-vc1_sa10091 +fate-vc1_sa10091: CMD = framecrc -i $(SAMPLES)/vc1/SA10091.vc1 + +FATE_TESTS += fate-vc1_sa20021 +fate-vc1_sa20021: CMD = framecrc -i $(SAMPLES)/vc1/SA20021.vc1 |