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 |
int64_t | timeline_start_pos |
WtvFile | file [WTV_FILES] |
int64_t | serial |
int64_t | last_chunk_pos |
chunk serial number | |
int64_t | frame_nb |
last chunk position | |
WtvChunkEntry | index [MAX_NB_INDEX] |
int | nb_index |
int | first_video_flag |
int64_t | sync_pos |
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().
WtvFile WtvContext::file[WTV_FILES] |
Definition at line 97 of file wtvenc.c.
Referenced by write_header(), and write_stream_codec_info().
int64_t WtvContext::frame_nb |
WtvChunkEntry WtvContext::index[MAX_NB_INDEX] |
latest valid pts, used for interative seeking
Definition at line 313 of file wtvdec.c.
Referenced by read_close(), read_header(), and read_seek().
unsigned int WtvContext::index_entries_allocated_size |
int64_t WtvContext::last_chunk_pos |
chunk serial number
Definition at line 92 of file wtvenc.c.
Referenced by finish_chunk_noindex(), write_chunk_header(), write_chunk_header2(), write_header(), and write_sync().
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 96 of file wtvenc.c.
Referenced by finish_chunk(), write_chunk_header(), write_header(), and write_index().
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().
int64_t WtvContext::serial |
Definition at line 91 of file wtvenc.c.
Referenced by finish_chunk_noindex(), write_chunk_header(), write_header(), and write_packet().
int64_t WtvContext::sync_pos |
Definition at line 98 of file wtvenc.c.
Referenced by write_sync(), and write_table_entries_events().
int64_t WtvContext::timeline_start_pos |
Definition at line 89 of file wtvenc.c.
Referenced by finish_chunk_noindex(), write_chunk_header(), write_header(), write_sync(), and write_trailer().