avfilter/aeval: add timeline support for aeval

This commit is contained in:
Paul B Mahol 2020-12-08 15:17:49 +01:00
parent 3ffed80eba
commit 3021c611f5
1 changed files with 1 additions and 0 deletions

View File

@ -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 */