You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/af_tremolo: add timeline support
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user