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.
This commit is contained in:
parent
3cc1dc3358
commit
7411e902da
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue