FFmpeg
|
Data Fields | |
union { | |
double d | |
int64_t i | |
} | val |
const char * | unit |
double unit_value::d |
Definition at line 457 of file ffprobe.c.
Referenced by value_string(), and writer_print_time().
int64_t unit_value::i |
Definition at line 457 of file ffprobe.c.
Referenced by value_string().
union { ... } unit_value::val |
Referenced by value_string(), and writer_print_time().
const char* unit_value::unit |
Definition at line 458 of file ffprobe.c.
Referenced by value_string(), and writer_print_time().