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.

extern (C)
enum AVFILTER_FLAG_DYNAMIC_INPUTS = (1 << 0);

Meta