FFmpeg
|
An option extracted from the commandline. More...
#include <cmdutils.h>
Data Fields | |
const OptionDef * | opt |
const char * | key |
const char * | val |
An option extracted from the commandline.
Cannot use AVDictionary because of options like -map which can be used multiple times.
Definition at line 290 of file cmdutils.h.
const OptionDef* Option::opt |
Definition at line 291 of file cmdutils.h.
Referenced by add_opt(), and parse_optgroup().
const char* Option::key |
Definition at line 292 of file cmdutils.h.
Referenced by add_opt(), and parse_optgroup().
const char* Option::val |
Definition at line 293 of file cmdutils.h.
Referenced by add_opt(), and parse_optgroup().