diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-12-08 15:17:49 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-12-08 15:34:14 +0100 |
commit | 3021c611f55d013229be640434424cb6529bd376 (patch) | |
tree | 8bc193572bf308f16ce6301ed9df2834d3db07b9 | |
parent | 3ffed80ebadbd8c10167fd6297d0c2d4797ec6f7 (diff) | |
download | ffmpeg-3021c611f55d013229be640434424cb6529bd376.tar.gz |
avfilter/aeval: add timeline support for aeval
-rw-r--r-- | libavfilter/aeval.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |