Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-16 23:19:38 +0300
committerAnton Khirnov <anton@khirnov.net>2021-02-24 19:16:46 +0300
commiteed2125f3f1762f940bb42d49ae608b90a7f79ae (patch)
tree58461bce8ffe49d77d24374e056e2b28651b7896 /tests/fate
parent5663301560d77486c7f7c03c1aa5f542fab23c24 (diff)
tests/fate/apng: add a test for APNG_DISPOSE_OP_PREVIOUS
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/apng.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/apng.mak b/tests/fate/apng.mak
index bc138b42d1..0a5f542f19 100644
--- a/tests/fate/apng.mak
+++ b/tests/fate/apng.mak
@@ -4,6 +4,9 @@ fate-apng-clock: CMD = framecrc -i $(TARGET_SAMPLES)/apng/clock.png
FATE_APNG += fate-apng-osample
fate-apng-osample: CMD = framecrc -i $(TARGET_SAMPLES)/apng/o_sample.png
+FATE_APNG += fate-apng-dispose-previous
+fate-apng-dispose-previous: CMD = framecrc -i $(TARGET_SAMPLES)/apng/apng_out_of_order_frames.png
+
FATE_APNG-$(call DEMDEC, APNG, APNG) += $(FATE_APNG)
FATE_SAMPLES_FFMPEG += $(FATE_APNG-yes)