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 131 of file cmdutils.h.
char* SpecifierOpt::specifier |
stream/chapter/program/...
specifier
Definition at line 132 of file cmdutils.h.
Referenced by open_input_file(), and open_output_file().
uint8_t* SpecifierOpt::str |
Definition at line 134 of file cmdutils.h.
Referenced by open_input_file(), and open_output_file().
int SpecifierOpt::i |
Definition at line 135 of file cmdutils.h.
Referenced by open_input_file().
int64_t SpecifierOpt::i64 |
Definition at line 136 of file cmdutils.h.
float SpecifierOpt::f |
Definition at line 137 of file cmdutils.h.
double SpecifierOpt::dbl |
Definition at line 138 of file cmdutils.h.
union { ... } SpecifierOpt::u |
Referenced by open_input_file(), and open_output_file().