FFmpeg
|
Data Fields | |
double | frame_rate |
uint64_t | display_width |
uint64_t | display_height |
uint64_t | pixel_width |
uint64_t | pixel_height |
EbmlBin | color_space |
uint64_t | interlaced |
uint64_t | field_order |
uint64_t | stereo_mode |
uint64_t | alpha_mode |
MatroskaTrackVideoColor | color |
Definition at line 164 of file matroskadec.c.
double MatroskaTrackVideo::frame_rate |
Definition at line 165 of file matroskadec.c.
Referenced by matroska_parse_tracks().
uint64_t MatroskaTrackVideo::display_width |
Definition at line 166 of file matroskadec.c.
Referenced by matroska_parse_tracks().
uint64_t MatroskaTrackVideo::display_height |
Definition at line 167 of file matroskadec.c.
Referenced by matroska_parse_tracks().
uint64_t MatroskaTrackVideo::pixel_width |
Definition at line 168 of file matroskadec.c.
Referenced by matroska_parse_tracks().
uint64_t MatroskaTrackVideo::pixel_height |
Definition at line 169 of file matroskadec.c.
Referenced by matroska_parse_tracks().
EbmlBin MatroskaTrackVideo::color_space |
Definition at line 170 of file matroskadec.c.
Referenced by matroska_parse_tracks().
uint64_t MatroskaTrackVideo::interlaced |
Definition at line 171 of file matroskadec.c.
uint64_t MatroskaTrackVideo::field_order |
Definition at line 172 of file matroskadec.c.
uint64_t MatroskaTrackVideo::stereo_mode |
Definition at line 173 of file matroskadec.c.
uint64_t MatroskaTrackVideo::alpha_mode |
Definition at line 174 of file matroskadec.c.
MatroskaTrackVideoColor MatroskaTrackVideo::color |
Definition at line 175 of file matroskadec.c.
Referenced by mkv_parse_video_color().