>From 6e1ac54c782ce2ba4c0399248c64e6cc457ef737 Mon Sep 17 00:00:00 2001
From: Nicolas George <george@nsup.org>
Date: Sun, 3 Aug 2025 19:54:11 +0200
Subject: [PATCH 29/39] lavfi/f_select: set
 AVFILTERPAD_FLAG_ACCEPT_PREMULTIPLIED

Assume a very transparent frame counts as a scene change.

Signed-off-by: Nicolas George <george@nsup.org>
---
 libavfilter/f_select.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c
index 46208a7b76..bc2ac66df6 100644
--- a/libavfilter/f_select.c
+++ b/libavfilter/f_select.c
@@ -549,6 +549,7 @@ static const AVFilterPad avfilter_vf_select_inputs[] = {
         .name         = "default",
         .type         = AVMEDIA_TYPE_VIDEO,
         .config_props = config_input,
+        .flags        = AVFILTERPAD_FLAG_ACCEPT_PREMULTIPLIED,
     },
 };
 
-- 
2.47.2

