FFmpeg
|
Data Fields | |
uint64_t | pts |
int | tracknum |
int64_t | cluster_pos |
file offset of the cluster containing the block | |
Definition at line 65 of file matroskaenc.c.
uint64_t mkv_cuepoint::pts |
Definition at line 66 of file matroskaenc.c.
Referenced by mkv_add_cuepoint(), and mkv_write_cues().
int mkv_cuepoint::tracknum |
Definition at line 67 of file matroskaenc.c.
Referenced by mkv_add_cuepoint(), and mkv_write_cues().
int64_t mkv_cuepoint::cluster_pos |
file offset of the cluster containing the block
Definition at line 68 of file matroskaenc.c.
Referenced by mkv_add_cuepoint().