FFmpeg
|
#include <cmdutils.h>
Data Fields | |
char * | specifier |
StreamSpecifier | stream_spec |
union { | |
uint8_t * str | |
int i | |
int64_t i64 | |
uint64_t ui64 | |
float f | |
double dbl | |
} | u |
Definition at line 163 of file cmdutils.h.
char* SpecifierOpt::specifier |
Definition at line 165 of file cmdutils.h.
Referenced by copy_meta(), ifile_open(), of_add_metadata(), opt_match_per_stream(), opt_match_per_type_str(), ost_add(), and uninit_options().
StreamSpecifier SpecifierOpt::stream_spec |
Definition at line 167 of file cmdutils.h.
Referenced by opt_match_per_stream(), and uninit_options().
uint8_t* SpecifierOpt::str |
Definition at line 170 of file cmdutils.h.
Referenced by copy_meta(), dec_create(), ifile_open(), of_add_groups(), of_add_metadata(), of_add_programs(), opt_match_per_stream(), opt_match_per_type_str(), and uninit_options().
int SpecifierOpt::i |
Definition at line 171 of file cmdutils.h.
Referenced by ifile_open(), and opt_match_per_stream().
int64_t SpecifierOpt::i64 |
Definition at line 172 of file cmdutils.h.
Referenced by opt_match_per_stream().
uint64_t SpecifierOpt::ui64 |
Definition at line 173 of file cmdutils.h.
float SpecifierOpt::f |
Definition at line 174 of file cmdutils.h.
Referenced by opt_match_per_stream().
double SpecifierOpt::dbl |
Definition at line 175 of file cmdutils.h.
Referenced by opt_match_per_stream().
union { ... } SpecifierOpt::u |