FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
OptionGroupDef Struct Reference

#include <cmdutils.h>

Data Fields

const char * name
 < group name
 
const char * sep
 Option to be used as group separator.
 
int flags
 Option flags that must be set on each option that is applied to this group.
 

Detailed Description

Definition at line 251 of file cmdutils.h.

Field Documentation

const char* OptionGroupDef::name

< group name

Definition at line 253 of file cmdutils.h.

Referenced by parse_optgroup().

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 258 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 263 of file cmdutils.h.

Referenced by parse_optgroup().


The documentation for this struct was generated from the following file: