AVFILTER_FLAG_DYNAMIC_OUTPUTS

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

extern (C)
enum AVFILTER_FLAG_DYNAMIC_OUTPUTS = (1 << 1);

Meta