A single allowed range of values, or a single allowed value. More...
#include <opt.h>
Definition at line 314 of file opt.h.
Referenced by av_opt_freep_ranges().
Value range.
For string ranges this represents the min/max length. For dimensions this represents the min/max pixel count or width/height in multi-component case.
Definition at line 320 of file opt.h.
Referenced by av_opt_query_ranges_default().
Definition at line 320 of file opt.h.
Referenced by av_opt_query_ranges_default().
Value's component range.
For string this represents the unicode range for chars, 0-127 limits to ASCII.
Definition at line 325 of file opt.h.
Referenced by av_opt_query_ranges_default().
Definition at line 325 of file opt.h.
Referenced by av_opt_query_ranges_default().
Range flag.
If set to 1 the struct encodes a range, if set to 0 a single value.
Definition at line 330 of file opt.h.
Referenced by av_opt_query_ranges_default().