[FFmpeg-devel] [PATCH] fate: add test for vp90-2-trac4359.webm
James Almer
jamrial at gmail.com
Sat Mar 7 06:24:24 CET 2015
Regression test for the bug from trac ticket #4359 fixed in commit efff3854
Signed-off-by: James Almer <jamrial at gmail.com>
---
The file was uploaded to the ftp (Incoming folder). It should of course be
placed in the vp9-test-vectors folder.
tests/fate/vpx.mak | 1 +
tests/ref/fate/vp9-trac4359 | 9 +++++++++
2 files changed, 10 insertions(+)
create mode 100644 tests/ref/fate/vp9-trac4359
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
index 0ef8dcc..83cda9c 100644
--- a/tests/fate/vpx.mak
+++ b/tests/fate/vpx.mak
@@ -102,6 +102,7 @@ $(eval $(call FATE_VP9_SUITE,segmentation-aq-akiyo,$(1),$(2)))
$(eval $(call FATE_VP9_SUITE,segmentation-sf-akiyo,$(1),$(2)))
$(eval $(call FATE_VP9_SUITE,tiling-pedestrian,$(1),$(2)))
$(eval $(call FATE_VP9_SUITE,trac3849,$(1),$(2)))
+$(eval $(call FATE_VP9_SUITE,trac4359,$(1),$(2)))
endef
$(eval $(call FATE_VP9_FULL))
diff --git a/tests/ref/fate/vp9-trac4359 b/tests/ref/fate/vp9-trac4359
new file mode 100644
index 0000000..cd271a7
--- /dev/null
+++ b/tests/ref/fate/vp9-trac4359
@@ -0,0 +1,9 @@
+#format: frame checksums
+#version: 1
+#hash: MD5
+#tb 0: 1/25
+#stream#, dts, pts, duration, size, hash
+0, 0, 0, 1, 1382400, 2929e5318edee6cd6b24ede0c1015137
+0, 1, 1, 1, 1382400, ca0d83b04297da33a1aa17129a9fe9c9
+0, 2, 2, 1, 1382400, dfdb277e615307e501f416669a208ff4
+0, 3, 3, 1, 1382400, 9c17c58ea4fc5ff1c3398acbf5cc6c69
--
2.3.1
More information about the ffmpeg-devel
mailing list