FFmpeg
Data Fields
OptionGroup Struct Reference

#include <cmdutils.h>

Data Fields

const OptionGroupDefgroup_def
 
const char * arg
 
Optionopts
 
int nb_opts
 
AVDictionarycodec_opts
 
AVDictionaryformat_opts
 
AVDictionarysws_dict
 
AVDictionaryswr_opts
 

Detailed Description

Definition at line 315 of file cmdutils.h.

Field Documentation

◆ group_def

const OptionGroupDef* OptionGroup::group_def

Definition at line 316 of file cmdutils.h.

Referenced by init_parse_context().

◆ arg

const char* OptionGroup::arg

Definition at line 317 of file cmdutils.h.

Referenced by init_parse_context().

◆ opts

Option* OptionGroup::opts

Definition at line 319 of file cmdutils.h.

Referenced by uninit_parse_context().

◆ nb_opts

int OptionGroup::nb_opts

Definition at line 320 of file cmdutils.h.

Referenced by split_commandline().

◆ codec_opts

AVDictionary* OptionGroup::codec_opts

◆ format_opts

AVDictionary* OptionGroup::format_opts

◆ sws_dict

AVDictionary* OptionGroup::sws_dict

Definition at line 324 of file cmdutils.h.

Referenced by new_output_stream(), and uninit_parse_context().

◆ swr_opts

AVDictionary* OptionGroup::swr_opts

Definition at line 325 of file cmdutils.h.

Referenced by new_output_stream(), and uninit_parse_context().


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