FFmpeg
|
#include <cmdutils.h>
Data Fields | |
const char * | name |
enum OptionType | type |
int | flags |
union { | |
void * dst_ptr | |
int(* func_arg )(void *, const char *, const char *) | |
size_t off | |
} | u |
const char * | help |
const char * | argname |
union { | |
const char * name_canon | |
const char *const * names_alt | |
} | u1 |
Definition at line 191 of file cmdutils.h.
const char* OptionDef::name |
Definition at line 192 of file cmdutils.h.
Referenced by check_options(), find_option(), locate_option(), opt_match_per_stream(), parse_option(), show_help_options(), split_commandline(), uninit_options(), and write_option().
enum OptionType OptionDef::type |
Definition at line 193 of file cmdutils.h.
Referenced by check_options(), opt_has_arg(), parse_option(), split_commandline(), and write_option().
int OptionDef::flags |
Definition at line 194 of file cmdutils.h.
Referenced by add_opt(), check_options(), opt_has_arg(), opt_match_per_stream(), parse_optgroup(), show_help_options(), split_commandline(), and write_option().
void* OptionDef::dst_ptr |
Definition at line 247 of file cmdutils.h.
Referenced by write_option().
int(* OptionDef::func_arg) (void *, const char *, const char *) |
Definition at line 248 of file cmdutils.h.
Referenced by write_option().
size_t OptionDef::off |
Definition at line 249 of file cmdutils.h.
Referenced by write_option().
union { ... } OptionDef::u |
Referenced by write_option().
const char* OptionDef::help |
Definition at line 251 of file cmdutils.h.
Referenced by parse_optgroup(), show_help_options(), and split_commandline().
const char* OptionDef::argname |
Definition at line 252 of file cmdutils.h.
Referenced by show_help_options().
const char* OptionDef::name_canon |
Definition at line 257 of file cmdutils.h.
Referenced by write_option().
const char* const * OptionDef::names_alt |
Definition at line 260 of file cmdutils.h.
Referenced by opt_match_per_stream().
union { ... } OptionDef::u1 |
Referenced by opt_match_per_stream(), and write_option().