Data Fields | |
AVIOContext * | pb |
int64_t | epoch |
timeline file | |
int64_t | pts |
int64_t | last_valid_pts |
pts for next data chunk | |
AVIndexEntry * | index_entries |
latest valid pts, used for interative seeking | |
int | nb_index_entries |
unsigned int | index_entries_allocated_size |
Definition at line 305 of file wtvdec.c.
int64_t WtvContext::epoch |
timeline file
Definition at line 307 of file wtvdec.c.
Referenced by parse_chunks(), read_header(), and read_seek().
latest valid pts, used for interative seeking
Definition at line 313 of file wtvdec.c.
Referenced by read_header(), and read_seek().
unsigned int WtvContext::index_entries_allocated_size |
int64_t WtvContext::last_valid_pts |
pts for next data chunk
Definition at line 309 of file wtvdec.c.
Referenced by parse_chunks(), read_header(), and read_seek().
Definition at line 306 of file wtvdec.c.
Referenced by parse_chunks(), parse_media_type(), parse_videoinfoheader2(), read_close(), read_header(), read_packet(), and read_seek().
int64_t WtvContext::pts |
Definition at line 308 of file wtvdec.c.
Referenced by parse_chunks(), read_header(), read_packet(), and read_seek().