| FFmpeg
    | 
OptionParseContext Struct Reference
  #include <cmdutils.h>
Collaboration diagram for OptionParseContext:

| Data Fields | |
| OptionGroup | global_opts | 
| OptionGroupList * | groups | 
| int | nb_groups | 
| OptionGroup | cur_group | 
Detailed Description
Definition at line 281 of file cmdutils.h.
Field Documentation
| OptionGroup OptionParseContext::cur_group | 
Definition at line 288 of file cmdutils.h.
Referenced by add_opt(), finish_group(), split_commandline(), and uninit_parse_context().
| OptionGroup OptionParseContext::global_opts | 
Definition at line 282 of file cmdutils.h.
Referenced by add_opt(), ffmpeg_parse_options(), init_parse_context(), and uninit_parse_context().
| OptionGroupList* OptionParseContext::groups | 
Definition at line 284 of file cmdutils.h.
Referenced by ffmpeg_parse_options(), finish_group(), init_parse_context(), and uninit_parse_context().
| int OptionParseContext::nb_groups | 
Definition at line 285 of file cmdutils.h.
Referenced by init_parse_context(), and uninit_parse_context().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11