av_opt_query_ranges_default

Get a default list of allowed ranges for the given option.

This list is constructed without using the AVClass.query_ranges() callback and can be used as fallback from within the callback.

@param flags is a bitmask of flags, undefined flags should not be set and should be ignored AV_OPT_SEARCH_FAKE_OBJ indicates that the obj is a double pointer to a AVClass instead of a full instance

The result must be freed with av_opt_free_ranges.

@return >= 0 on success, a negative errro code otherwise

@nogc nothrow extern (C)
int
av_opt_query_ranges_default
(,
void* obj
,
const char* key
,
int flags
)

Meta