#include <opt.h>
Definition at line 46 of file opt.h.
Public Attributes | |
| const char * | name |
| const char * | help |
| short English text help. | |
| int | offset |
| offset to context structure where the parsed value should be stored | |
| enum AVOptionType | type |
| double | default_val |
| double | min |
| double | max |
| int | flags |
| const char * | unit |
| const char* AVOption::name |
Definition at line 47 of file opt.h.
Referenced by av_find_opt(), av_opt_set_defaults2(), opt_list(), and set_all_opt().
| const char* AVOption::help |
short English text help.
Definition at line 53 of file opt.h.
Referenced by opt_list().
| int AVOption::offset |
offset to context structure where the parsed value should be stored
Definition at line 54 of file opt.h.
Referenced by av_get_number(), av_get_string(), av_set_number(), and av_set_string().
Definition at line 55 of file opt.h.
Referenced by av_get_number(), av_get_string(), av_opt_set_defaults2(), av_set_number(), av_set_string(), opt_list(), and set_all_opt().
| double AVOption::default_val |
| double AVOption::min |
| double AVOption::max |
| int AVOption::flags |
Definition at line 61 of file opt.h.
Referenced by av_find_opt(), av_opt_set_defaults2(), and opt_list().
| const char* AVOption::unit |
Definition at line 69 of file opt.h.
Referenced by av_find_opt(), av_set_string(), opt_list(), and set_all_opt().
1.5.5