FFmpeg
|
Data Fields | |
union { | |
double d | |
int64_t i | |
} | val |
const char * | unit |
double unit_value::d |
Definition at line 454 of file ffprobe.c.
Referenced by value_string(), and writer_print_time().
int64_t unit_value::i |
Definition at line 454 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 455 of file ffprobe.c.
Referenced by value_string(), and writer_print_time().