[FFmpeg-cvslog] avfilter/aeval: add timeline support for aeval
Paul B Mahol
git at videolan.org
Tue Dec 8 16:39:18 EET 2020
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Dec 8 15:17:49 2020 +0100| [3021c611f55d013229be640434424cb6529bd376] | committer: Paul B Mahol
avfilter/aeval: add timeline support for aeval
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3021c611f55d013229be640434424cb6529bd376
---
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 */
More information about the ffmpeg-cvslog
mailing list