Commit 8caf2da3 authored by Paul B Mahol's avatar Paul B Mahol

lavfi/afade: add timeline support

For correct precision one may need to use asetnsamples.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 760a9754
......@@ -297,4 +297,5 @@ AVFilter avfilter_af_afade = {
.inputs = avfilter_af_afade_inputs,
.outputs = avfilter_af_afade_outputs,
.priv_class = &afade_class,
.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