From 3021c611f55d013229be640434424cb6529bd376 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 8 Dec 2020 15:17:49 +0100 Subject: [PATCH] avfilter/aeval: add timeline support for aeval --- libavfilter/aeval.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/aeval.c b/libavfilter/aeval.c index 4c62c98097..d5437431ab 100644 --- a/libavfilter/aeval.c +++ b/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 */