mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
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 7411e902da)
This commit is contained in:
committed by
Marton Balint
parent
45455e1315
commit
565d14e4ff
@@ -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),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user