From 0f94c0b1b68a751a9e35293e723677338ecd1e90 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 1 Dec 2012 19:31:25 +0100 Subject: fate: vp3: Fix fate-vp3-coeff-level64 test dependencies Also rename the test to reflect that the video track is Theora, not VP3. --- tests/fate/vpx.mak | 8 ++++---- tests/ref/fate/theora-coeff-level64 | 9 +++++++++ tests/ref/fate/vp3-coeff-level64 | 9 --------- 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 tests/ref/fate/theora-coeff-level64 delete mode 100644 tests/ref/fate/vp3-coeff-level64 (limited to 'tests') diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index 4f20e271da..b881c0a31c 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -1,10 +1,10 @@ -FATE_VP3-$(CONFIG_MATROSKA_DEMUXER) += fate-vp3-coeff-level64 -fate-vp3-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv +FATE_VP3-$(call DEMDEC, MATROSKA, THEORA) += fate-theora-coeff-level64 +fate-theora-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv -FATE_VP3-$(CONFIG_AVI_DEMUXER) += fate-vp31 +FATE_VP3-$(call DEMDEC, AVI, VP3) += fate-vp31 fate-vp31: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi -FATE_SAMPLES_AVCONV-$(CONFIG_VP3_DECODER) += $(FATE_VP3-yes) +FATE_SAMPLES_AVCONV += $(FATE_VP3-yes) fate-vp3: $(FATE_VP3-yes) FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, VP5) += fate-vp5 diff --git a/tests/ref/fate/theora-coeff-level64 b/tests/ref/fate/theora-coeff-level64 new file mode 100644 index 0000000000..d6abb62f70 --- /dev/null +++ b/tests/ref/fate/theora-coeff-level64 @@ -0,0 +1,9 @@ +#tb 0: 1/1000 +0, 0, 0, 0, 4617600, 0x4ba6df50 +0, 66, 66, 0, 4617600, 0x419fdeaf +0, 132, 132, 0, 4617600, 0xeb2edced +0, 198, 198, 0, 4617600, 0xa2bb3a1a +0, 264, 264, 0, 4617600, 0x411cfb36 +0, 330, 330, 0, 4617600, 0xb2dc22ed +0, 396, 396, 0, 4617600, 0x236d23b5 +0, 462, 462, 0, 4617600, 0x7fef275e diff --git a/tests/ref/fate/vp3-coeff-level64 b/tests/ref/fate/vp3-coeff-level64 deleted file mode 100644 index d6abb62f70..0000000000 --- a/tests/ref/fate/vp3-coeff-level64 +++ /dev/null @@ -1,9 +0,0 @@ -#tb 0: 1/1000 -0, 0, 0, 0, 4617600, 0x4ba6df50 -0, 66, 66, 0, 4617600, 0x419fdeaf -0, 132, 132, 0, 4617600, 0xeb2edced -0, 198, 198, 0, 4617600, 0xa2bb3a1a -0, 264, 264, 0, 4617600, 0x411cfb36 -0, 330, 330, 0, 4617600, 0xb2dc22ed -0, 396, 396, 0, 4617600, 0x236d23b5 -0, 462, 462, 0, 4617600, 0x7fef275e -- cgit v1.2.3