summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2015-04-21 20:54:52 -0400
committerMichael Niedermayer <michaelni@gmx.at>2015-04-23 05:10:02 +0200
commitdf287f3e4362982807d80a62e3122e2477b85892 (patch)
treeb16ca876f750fbdf96ed8d30375b4d759f26a737 /tests/fate
parente8b4f6d6befc5062db74916ea8a4d830e83022a8 (diff)
vp9: add fate size for resolution changes.
See sample: http://downloads.webmproject.org/test_data/libvpx/vp90-2-05-resize.ivf Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/vpx.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index 0e7e7eb5ad..304d98bbd3 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -109,6 +109,9 @@ $(eval $(call FATE_VP9_SUITE,trac4359,$(1),$(2)))
endef
$(eval $(call FATE_VP9_FULL))
+FATE_VP9-$(CONFIG_IVF_DEMUXER) += fate-vp9-05-resize
+fate-vp9-05-resize: CMD = framemd5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-05-resize.ivf -s 352x288 -sws_flags bitexact+bilinear
+fate-vp9-05-resize: REF = $(SRC_PATH)/tests/ref/fate/vp9-05-resize
FATE_SAMPLES_AVCONV-$(CONFIG_VP9_DECODER) += $(FATE_VP9-yes)
fate-vp9: $(FATE_VP9-yes)