Commit 38c170d5 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_asoftclip: add timeline support

parent 9cc10418
......@@ -284,4 +284,5 @@ AVFilter ff_af_asoftclip = {
.priv_class = &asoftclip_class,
.inputs = inputs,
.outputs = outputs,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment