AV_OPT_MULTI_COMPONENT_RANGE

Allows av_opt_query_ranges and av_opt_query_ranges_default to return more than one component for certain option types. @see AVOptionRanges for details.

extern (C) @nogc nothrow
enum AV_OPT_MULTI_COMPONENT_RANGE = 1 << 12;

Meta