FFmpeg
|
#include <cmdutils.h>
Data Fields | |
char * | specifier |
stream/chapter/program/... | |
union { | |
uint8_t * str | |
int i | |
int64_t i64 | |
float f | |
double dbl | |
} | u |
Definition at line 146 of file cmdutils.h.
char* SpecifierOpt::specifier |
stream/chapter/program/...
specifier
Definition at line 147 of file cmdutils.h.
Referenced by new_output_stream(), open_input_file(), and open_output_file().
uint8_t* SpecifierOpt::str |
Definition at line 149 of file cmdutils.h.
Referenced by open_input_file(), and open_output_file().
int SpecifierOpt::i |
Definition at line 150 of file cmdutils.h.
Referenced by open_input_file().
int64_t SpecifierOpt::i64 |
Definition at line 151 of file cmdutils.h.
float SpecifierOpt::f |
Definition at line 152 of file cmdutils.h.
double SpecifierOpt::dbl |
Definition at line 153 of file cmdutils.h.
union { ... } SpecifierOpt::u |
Referenced by open_input_file(), and open_output_file().