FFmpeg
Data Fields
Option Struct Reference

An option extracted from the commandline. More...

#include <cmdutils.h>

Data Fields

const OptionDefopt
 
const char * key
 
const char * val
 

Detailed Description

An option extracted from the commandline.

Cannot use AVDictionary because of options like -map which can be used multiple times.

Definition at line 250 of file cmdutils.h.

Field Documentation

◆ opt

const OptionDef* Option::opt

Definition at line 251 of file cmdutils.h.

Referenced by parse_optgroup().

◆ key

const char* Option::key

Definition at line 252 of file cmdutils.h.

Referenced by parse_optgroup().

◆ val

const char* Option::val

Definition at line 253 of file cmdutils.h.

Referenced by parse_optgroup().


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