avfilter/af_afir: remove flag that is not needed
This commit is contained in:
parent
28a43cf7fe
commit
d55d0bba48
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue