avfilter/aeval: add timeline support for aeval

pull/358/head
Paul B Mahol 4 years ago
parent 3ffed80eba
commit 3021c611f5
  1. 1
      libavfilter/aeval.c

@ -483,6 +483,7 @@ AVFilter ff_af_aeval = {
.inputs = aeval_inputs,
.outputs = aeval_outputs,
.priv_class = &aeval_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
#endif /* CONFIG_AEVAL_FILTER */

Loading…
Cancel
Save