#include <opt.h>
Data Fields | |
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 |
Definition at line 47 of file opt.h.
const char* AVOption::name |
Definition at line 48 of file opt.h.
Referenced by av_find_opt(), av_opt_set_defaults2(), opt_default(), opt_list(), and set_all_opt().
const char* AVOption::help |
short English text help.
Definition at line 54 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 55 of file opt.h.
Referenced by av_get_number(), av_get_string(), av_set_number(), and av_set_string().
Definition at line 56 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 62 of file opt.h.
Referenced by av_find_opt(), av_opt_set_defaults2(), new_audio_stream(), new_subtitle_stream(), new_video_stream(), opt_input_file(), opt_list(), and opt_output_file().
const char* AVOption::unit |
Definition at line 70 of file opt.h.
Referenced by av_find_opt(), av_set_string(), opt_list(), and set_all_opt().