FFmpeg
|
A list of option groups that all have the same group type (e.g. More...
#include <cmdutils.h>
Data Fields | |
const OptionGroupDef * | group_def |
OptionGroup * | groups |
int | nb_groups |
A list of option groups that all have the same group type (e.g.
input files or output files)
Definition at line 326 of file cmdutils.h.
const OptionGroupDef* OptionGroupList::group_def |
Definition at line 327 of file cmdutils.h.
Referenced by finish_group(), and init_parse_context().
OptionGroup* OptionGroupList::groups |
Definition at line 329 of file cmdutils.h.
Referenced by finish_group(), and uninit_parse_context().
int OptionGroupList::nb_groups |
Definition at line 330 of file cmdutils.h.
Referenced by finish_group(), and uninit_parse_context().