| FFmpeg
    | 
unit_value Struct Reference
  
Collaboration diagram for unit_value:

| Data Fields | |
| union { | |
| double d | |
| long long int i | |
| } | val | 
| const char * | unit | 
Detailed Description
Field Documentation
| double unit_value::d | 
Definition at line 163 of file ffprobe.c.
Referenced by value_string(), and writer_print_time().
| long long int unit_value::i | 
Definition at line 163 of file ffprobe.c.
Referenced by value_string().
| const char* unit_value::unit | 
Definition at line 164 of file ffprobe.c.
Referenced by value_string(), and writer_print_time().
| union { ... } unit_value::val | 
Referenced by value_string(), and writer_print_time().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11