You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02: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.
This commit is contained in:
committed by
Marton Balint
parent
3cc1dc3358
commit
7411e902da
@@ -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