[FFmpeg-cvslog] vp3: add fate test for non-zero last coefficient

Janne Grunau git at videolan.org
Fri Jan 6 02:53:07 CET 2012


ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Tue Jan  3 13:56:42 2012 +0100| [5e5cde27452d6725427feb3ae86c89e986506c8e] | committer: Janne Grunau

vp3: add fate test for non-zero last coefficient

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e5cde27452d6725427feb3ae86c89e986506c8e
---

 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 85749f0..2d1c8fd 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
 



More information about the ffmpeg-cvslog mailing list