mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
avfilter/af_tremolo: add timeline support
This commit is contained in:
parent
0d0002cd20
commit
57580376f7
@ -137,4 +137,5 @@ const AVFilter ff_af_tremolo = {
|
||||
FILTER_INPUTS(avfilter_af_tremolo_inputs),
|
||||
FILTER_OUTPUTS(avfilter_af_tremolo_outputs),
|
||||
FILTER_SINGLE_SAMPLEFMT(AV_SAMPLE_FMT_DBL),
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user