AVOption.default_val

the default value for scalar options

struct AVOption
union default_val {}

Members

Variables

dbl
double dbl;
Undocumented in source.
i64
int64_t i64;

the default value for scalar options

q
AVRational q;
Undocumented in source.
str
char* str;
Undocumented in source.

Meta