AVOption

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Unions

default_val
union default_val

the default value for scalar options

Variables

flags
int flags;
Undocumented in source.
help
char* help;

short English help text @todo What about other languages?

max
double max;

< maximum valid value for the option

min
double min;

< minimum valid value for the option

name
char* name;
Undocumented in source.
offset
int offset;

The offset relative to the context structure where the option value is stored. It should be 0 for named constants.

type
AVOptionType type;
Undocumented in source.
unit
char* unit;

The logical unit to which the option belongs. Non-constant options and corresponding named constants share the same unit. May be NULL.

Meta