avfilter/af_tremolo: add timeline support

release/5.1
Paul B Mahol 3 years ago
parent 0d0002cd20
commit 57580376f7
  1. 1
      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,
};

Loading…
Cancel
Save