From 57580376f7e467e5468d1ddb47ba3995130f732e Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 27 Feb 2022 15:27:49 +0100 Subject: avfilter/af_tremolo: add timeline support --- libavfilter/af_tremolo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/af_tremolo.c b/libavfilter/af_tremolo.c index b34a7b79f7..61c5066bdc 100644 --- a/libavfilter/af_tremolo.c +++ b/libavfilter/af_tremolo.c @@ -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, }; -- cgit v1.2.3