FFmpeg
|
#include <cmdutils.h>
Data Fields | |
SpecifierOpt * | opt |
int | nb_opt |
const struct OptionDef * | opt_canon |
enum OptionType | type |
Definition at line 179 of file cmdutils.h.
SpecifierOpt* SpecifierOptList::opt |
Definition at line 180 of file cmdutils.h.
Referenced by copy_meta(), dec_create(), ifile_open(), of_add_groups(), of_add_metadata(), of_add_programs(), opt_match_per_stream(), opt_match_per_type_str(), ost_add(), and uninit_options().
int SpecifierOptList::nb_opt |
Definition at line 181 of file cmdutils.h.
Referenced by copy_meta(), dec_create(), ifile_open(), of_add_groups(), of_add_metadata(), of_add_programs(), opt_match_per_stream(), opt_match_per_type_str(), ost_add(), and uninit_options().
const struct OptionDef* SpecifierOptList::opt_canon |
Definition at line 184 of file cmdutils.h.
Referenced by opt_match_per_stream().
enum OptionType SpecifierOptList::type |
Definition at line 188 of file cmdutils.h.
Referenced by opt_match_per_stream(), and opt_match_per_type_str().