FFmpeg
|
Data Fields | |
union { | |
double d | |
long long int i | |
} | val |
const char * | unit |
double unit_value::d |
Definition at line 357 of file ffprobe.c.
Referenced by value_string(), and writer_print_time().
long long int unit_value::i |
Definition at line 357 of file ffprobe.c.
Referenced by value_string(), writer_get_by_name(), writer_print_data(), and writer_print_integers().
union { ... } unit_value::val |
Referenced by value_string(), and writer_print_time().
const char* unit_value::unit |
Definition at line 358 of file ffprobe.c.
Referenced by value_string(), and writer_print_time().