[FFmpeg-cvslog] avfilter/af_tremolo: add timeline support
Paul B Mahol
git at videolan.org
Sun Feb 27 17:30:10 EET 2022
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Feb 27 15:27:49 2022 +0100| [57580376f7e467e5468d1ddb47ba3995130f732e] | committer: Paul B Mahol
avfilter/af_tremolo: add timeline support
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57580376f7e467e5468d1ddb47ba3995130f732e
---
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,
};
More information about the ffmpeg-cvslog
mailing list