diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-11-19 23:57:37 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-11-19 23:59:23 +0100 |
commit | d55d0bba487ce37ea8260445610341a93f6450af (patch) | |
tree | d03034ebeb25e78dab21c80acbc21266962f03ed | |
parent | 28a43cf7feac6c96017b29626eb46d946aebbbe6 (diff) | |
download | ffmpeg-d55d0bba487ce37ea8260445610341a93f6450af.tar.gz |
avfilter/af_afir: remove flag that is not needed
-rw-r--r-- | libavfilter/af_afir.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, }; |