FFmpeg
|
Data Fields | |
uint64_t | scope |
uint64_t | type |
MatroskaTrackCompression | compression |
MatroskaTrackEncryption | encryption |
Definition at line 130 of file matroskadec.c.
uint64_t MatroskaTrackEncoding::scope |
Definition at line 131 of file matroskadec.c.
Referenced by matroska_parse_frame(), and matroska_parse_tracks().
uint64_t MatroskaTrackEncoding::type |
Definition at line 132 of file matroskadec.c.
Referenced by matroska_parse_frame().
MatroskaTrackCompression MatroskaTrackEncoding::compression |
Definition at line 133 of file matroskadec.c.
Referenced by matroska_decode_buffer(), and matroska_parse_tracks().
MatroskaTrackEncryption MatroskaTrackEncoding::encryption |
Definition at line 134 of file matroskadec.c.
Referenced by matroska_parse_tracks().