FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MXFIndexTable Struct Reference

Data Fields

int index_sid
 
int body_sid
 
int nb_ptses
 
int64_t first_dts
 
int64_t * ptses
 
int nb_segments
 
MXFIndexTableSegment ** segments
 
AVIndexEntryfake_index
 
int8_t * offsets
 

Detailed Description

Definition at line 232 of file mxfdec.c.

Field Documentation

int MXFIndexTable::index_sid
int MXFIndexTable::body_sid
int MXFIndexTable::nb_ptses

Definition at line 235 of file mxfdec.c.

Referenced by mxf_compute_ptses_fake_index(), mxf_read_seek(), and mxf_set_pts().

int64_t MXFIndexTable::first_dts

Definition at line 236 of file mxfdec.c.

Referenced by mxf_compute_ptses_fake_index(), and mxf_set_pts().

int64_t* MXFIndexTable::ptses

Definition at line 237 of file mxfdec.c.

Referenced by mxf_compute_ptses_fake_index(), mxf_read_close(), mxf_read_seek(), and mxf_set_pts().

int MXFIndexTable::nb_segments
MXFIndexTableSegment** MXFIndexTable::segments
AVIndexEntry* MXFIndexTable::fake_index

Definition at line 240 of file mxfdec.c.

Referenced by mxf_compute_ptses_fake_index(), mxf_read_close(), and mxf_read_seek().

int8_t* MXFIndexTable::offsets

Definition at line 241 of file mxfdec.c.

Referenced by mxf_compute_ptses_fake_index(), mxf_read_close(), and mxf_read_seek().


The documentation for this struct was generated from the following file: