avfilter/af_asoftclip: add timeline support

pull/310/head
Paul B Mahol 6 years ago
parent 9cc10418b3
commit 38c170d54c
  1. 1
      libavfilter/af_asoftclip.c

@ -284,4 +284,5 @@ AVFilter ff_af_asoftclip = {
.priv_class = &asoftclip_class,
.inputs = inputs,
.outputs = outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};

Loading…
Cancel
Save