ffmpeg | branch: master | Paul B Mahol <one...@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, }; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".