mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02: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