FFmpeg
|
OptionGroupList Struct Reference
A list of option groups that all have the same group type (e.g. More...
#include <cmdutils.h>
Collaboration diagram for OptionGroupList:
Data Fields | |
const OptionGroupDef * | group_def |
OptionGroup * | groups |
int | nb_groups |
Detailed Description
A list of option groups that all have the same group type (e.g.
input files or output files)
Definition at line 274 of file cmdutils.h.
Field Documentation
const OptionGroupDef* OptionGroupList::group_def |
Definition at line 275 of file cmdutils.h.
Referenced by finish_group(), and init_parse_context().
OptionGroup* OptionGroupList::groups |
Definition at line 277 of file cmdutils.h.
Referenced by finish_group(), open_files(), and uninit_parse_context().
int OptionGroupList::nb_groups |
Definition at line 278 of file cmdutils.h.
Referenced by finish_group(), open_files(), and uninit_parse_context().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11