summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-17 12:52:15 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-17 12:59:07 +0200
commita708689fdac62540d87b4233315e47be1a52a79d (patch)
tree521bc77522da4478fbf8fa5ead8f76e0380f08fe /tests/fate
parent1aed82846cbcdd19cab9d2eea0f7aaaa45fb674a (diff)
parentf29c226af0ecc34c417b646580a9acd7d8bbaf48 (diff)
Merge commit 'f29c226af0ecc34c417b646580a9acd7d8bbaf48'
* commit 'f29c226af0ecc34c417b646580a9acd7d8bbaf48': fate: add mpeg4 tests for frame size changes Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/mpeg4.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fate/mpeg4.mak b/tests/fate/mpeg4.mak
new file mode 100644
index 0000000000..1565247883
--- /dev/null
+++ b/tests/fate/mpeg4.mak
@@ -0,0 +1,9 @@
+
+MPEG4_RESOLUTION_CHANGE = down-down down-up up-down up-up
+
+fate-mpeg4-resolution-change-%: CMD = framemd5 -flags +bitexact -idct simple -i $(SAMPLES)/mpeg4/resize_$(@:fate-mpeg4-resolution-change-%=%).h263
+
+FATE_MPEG4-$(call DEMDEC, H263, H263) := $(addprefix fate-mpeg4-resolution-change-, $(MPEG4_RESOLUTION_CHANGE))
+
+FATE_SAMPLES_AVCONV += $(FATE_MPEG4-yes)
+fate-mpeg4: $(FATE_MPEG4-yes)