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

Field Documentation

◆ opt

const OptionDef* Option::opt

Definition at line 288 of file cmdutils.h.

Referenced by parse_optgroup().

◆ key

const char* Option::key

Definition at line 289 of file cmdutils.h.

Referenced by parse_optgroup().

◆ val

const char* Option::val

Definition at line 290 of file cmdutils.h.

Referenced by parse_optgroup().


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