| FFmpeg
    | 
#include <cmdutils.h>
| Data Fields | |
| const char * | name | 
| < group name  More... | |
| const char * | sep | 
| Option to be used as group separator.  More... | |
| int | flags | 
| Option flags that must be set on each option that is applied to this group.  More... | |
Definition at line 313 of file cmdutils.h.
| const char* OptionGroupDef::name | 
| const char* OptionGroupDef::sep | 
Option to be used as group separator.
Can be NULL for groups which are terminated by a non-option argument (e.g. ffmpeg output files)
Definition at line 320 of file cmdutils.h.
Referenced by match_group_separator().
| int OptionGroupDef::flags | 
Option flags that must be set on each option that is applied to this group.
Definition at line 325 of file cmdutils.h.
Referenced by parse_optgroup().
 1.8.6
 1.8.6