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 315 of file cmdutils.h.
const OptionDef* Option::opt |
Definition at line 316 of file cmdutils.h.
Referenced by parse_optgroup().
const char* Option::key |
Definition at line 317 of file cmdutils.h.
Referenced by parse_optgroup().
const char* Option::val |
Definition at line 318 of file cmdutils.h.
Referenced by parse_optgroup().