diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-01-03 13:56:42 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-01-05 18:18:08 +0100 |
commit | 5e5cde27452d6725427feb3ae86c89e986506c8e (patch) | |
tree | 242baa2716f9a75526743ab3d1cb0cfc1b13962e | |
parent | 9b4767e4784577f3107730316fe652ccaccd9b3a (diff) | |
download | ffmpeg-5e5cde27452d6725427feb3ae86c89e986506c8e.tar.gz |
vp3: add fate test for non-zero last coefficient
-rw-r--r-- | tests/fate/vpx.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index 85749f0c80..2d1c8fd619 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -7,6 +7,9 @@ fate-ea-vp61: CMD = framecrc -i $(SAMPLES)/ea-vp6/MovieSkirmishGondor.vp6 -t 4 FATE_TESTS += fate-vp3 fate-vp3: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi +FATE_TESTS += fate-vp3-coeff-level64 +fate-vp3-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv + FATE_TESTS += fate-vp5 fate-vp5: CMD = framecrc -i $(SAMPLES)/vp5/potter512-400-partial.avi -an |