AVFILTER_FLAG_DYNAMIC_INPUTS

The number of the filter inputs is not determined just by AVFilter.inputs. The filter might add additional inputs during initialization depending on the options supplied to it.

@nogc nothrow extern (C)
enum AVFILTER_FLAG_DYNAMIC_INPUTS = (1 << 0);

Meta