avfilter/af_tremolo: add timeline support

This commit is contained in:
Paul B Mahol 2022-02-27 15:27:49 +01:00
parent 0d0002cd20
commit 57580376f7
1 changed files with 1 additions and 0 deletions

View File

@ -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,
};