The branch, release/8.0 has been updated
via 565d14e4ffa2e43a7299bd20841e241c23c5847d (commit)
from 45455e13153876dbe1ad2be45947c7fb8242e703 (commit)
- Log -----------------------------------------------------------------
commit 565d14e4ffa2e43a7299bd20841e241c23c5847d
Author: Anders Rein <[email protected]>
AuthorDate: Mon Nov 17 23:52:49 2025 +0100
Commit: Marton Balint <[email protected]>
CommitDate: Mon Nov 24 21:05:04 2025 +0100
avfilter/f_select: Added activate for aselect
During migration to the activation filter API the aselect filter was
accidentally turned into a no-op filter.
(cherry picked from commit 7411e902da5bb1983e54772b3d16bc2d71297ed4)
diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c
index 46208a7b76..3781e50814 100644
--- a/libavfilter/f_select.c
+++ b/libavfilter/f_select.c
@@ -504,6 +504,7 @@ const FFFilter ff_af_aselect = {
.p.flags = AVFILTER_FLAG_DYNAMIC_OUTPUTS,
.init = aselect_init,
.uninit = uninit,
+ .activate = activate,
.priv_size = sizeof(SelectContext),
FILTER_INPUTS(avfilter_af_aselect_inputs),
};
-----------------------------------------------------------------------
Summary of changes:
libavfilter/f_select.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]