[FFmpeg-cvslog] avfilter/af_afir: remove flag that is not needed

Paul B Mahol git at videolan.org
Mon Nov 20 00:59:58 EET 2023


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Nov 19 23:57:37 2023 +0100| [d55d0bba487ce37ea8260445610341a93f6450af] | committer: Paul B Mahol

avfilter/af_afir: remove flag that is not needed

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

 libavfilter/af_afir.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/af_afir.c b/libavfilter/af_afir.c
index 6263734baa..fa87c0039d 100644
--- a/libavfilter/af_afir.c
+++ b/libavfilter/af_afir.c
@@ -717,7 +717,6 @@ const AVFilter ff_af_afir = {
     .uninit        = uninit,
     .process_command = process_command,
     .flags         = AVFILTER_FLAG_DYNAMIC_INPUTS  |
-                     AVFILTER_FLAG_DYNAMIC_OUTPUTS |
                      AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL |
                      AVFILTER_FLAG_SLICE_THREADS,
 };



More information about the ffmpeg-cvslog mailing list