avfilter/af_afir: remove flag that is not needed

This commit is contained in:
Paul B Mahol 2023-11-19 23:57:37 +01:00
parent 28a43cf7fe
commit d55d0bba48

View File

@ -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,
};