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-04-02 11:27:13 +0300
committerAnton Khirnov <anton@khirnov.net>2021-04-24 14:02:54 +0300
commit878e45e0fb261bda452a9b049570d4e7d3f4fa6c (patch)
tree4721d864376a837bcfbb69a4e1cfee94c859e1e5 /tests/fate/apng.mak
parent098314e1e5142aa2b53dc5371a9d01eb09ddd30f (diff)
tests/fate: add a test for APNG_DISPOSE_OP_BACKGROUND
Diffstat (limited to 'tests/fate/apng.mak')
-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 0a5f542f19..901fc0a10e 100644
--- a/tests/fate/apng.mak
+++ b/tests/fate/apng.mak
@@ -7,6 +7,9 @@ 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 += fate-apng-dispose-background
+fate-apng-dispose-background: CMD = framecrc -i $(TARGET_SAMPLES)/apng/015.png
+
FATE_APNG-$(call DEMDEC, APNG, APNG) += $(FATE_APNG)
FATE_SAMPLES_FFMPEG += $(FATE_APNG-yes)