diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2015-04-22 20:59:27 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-24 16:54:31 +0200 |
commit | 5d914a4a4334c21e0956a2b6a22f1a2d8f693535 (patch) | |
tree | 7242451d4ce7efd188d0c23ea676fcb196a3ab15 /tests | |
parent | 640d878bc161a3fb5a85d26a5cca13fc414bbe9c (diff) | |
download | ffmpeg-5d914a4a4334c21e0956a2b6a22f1a2d8f693535.tar.gz |
vp9: add fate test for intraonly frames.
Sample available at:
http://downloads.webmproject.org/test_data/libvpx/vp90-2-16-intra-only.webm
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/vpx.mak | 1 | ||||
-rw-r--r-- | tests/ref/fate/vp9-16-intra-only | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index 428823c5c3..d77d5cb5c1 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -104,6 +104,7 @@ $(eval $(call FATE_VP9_SUITE,09-lf_deltas,$(1),$(2))) $(eval $(call FATE_VP9_SUITE,10-show-existing-frame,$(1),$(2))) $(eval $(call FATE_VP9_SUITE,10-show-existing-frame2,$(1),$(2))) $(eval $(call FATE_VP9_SUITE,15-segkey_adpq,$(1),$(2))) +$(eval $(call FATE_VP9_SUITE,16-intra-only,$(1),$(2))) $(eval $(call FATE_VP9_SUITE,2pass-akiyo,$(1),$(2))) $(eval $(call FATE_VP9_SUITE,parallelmode-akiyo,$(1),$(2))) $(eval $(call FATE_VP9_SUITE,segmentation-aq-akiyo,$(1),$(2))) diff --git a/tests/ref/fate/vp9-16-intra-only b/tests/ref/fate/vp9-16-intra-only new file mode 100644 index 0000000000..5bbfaea80e --- /dev/null +++ b/tests/ref/fate/vp9-16-intra-only @@ -0,0 +1,10 @@ +#format: frame checksums +#version: 1 +#hash: MD5 +#tb 0: 12/359 +#stream#, dts, pts, duration, size, hash +0, 0, 0, 1, 152064, d57529601178948afa4818c3c8938884 +0, 1, 1, 1, 152064, d47e00250c45733d64af067a417bcd06 +0, 2, 2, 1, 152064, 984e41cd8350808ac6129746b2377818 +0, 4, 4, 1, 152064, 76ba63001170b8992fc72be5c4ace731 +0, 5, 5, 1, 152064, c4e7f96a8fd58d901b1d881926ddae09 |