[FFmpeg-cvslog] avfilter/f_perms: add timeline support

Paul B Mahol git at videolan.org
Mon Dec 7 22:11:35 EET 2020


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Dec  7 21:05:37 2020 +0100| [18befac5da2c71aeb9922b6fd5551502f4c5a913] | committer: Paul B Mahol

avfilter/f_perms: add timeline support

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18befac5da2c71aeb9922b6fd5551502f4c5a913
---

 libavfilter/f_perms.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavfilter/f_perms.c b/libavfilter/f_perms.c
index dc6ecbbb53..d984e5b150 100644
--- a/libavfilter/f_perms.c
+++ b/libavfilter/f_perms.c
@@ -141,6 +141,7 @@ AVFilter ff_af_aperms = {
     .inputs      = aperms_inputs,
     .outputs     = aperms_outputs,
     .priv_class  = &aperms_class,
+    .flags       = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
 };
 #endif /* CONFIG_APERMS_FILTER */
 
@@ -174,5 +175,6 @@ AVFilter ff_vf_perms = {
     .inputs      = perms_inputs,
     .outputs     = perms_outputs,
     .priv_class  = &perms_class,
+    .flags       = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
 };
 #endif /* CONFIG_PERMS_FILTER */



More information about the ffmpeg-cvslog mailing list