FFmpeg
|
Data Fields | |
uint8_t | flags |
uint64_t | offset |
unsigned | slice_offset |
offset of audio slice | |
uint16_t | temporal_ref |
uint8_t MXFIndexEntry::flags |
Definition at line 61 of file mxfenc.c.
Referenced by mxf_parse_mpeg2_frame(), mxf_write_index_table_segment(), and mxf_write_packet().
uint64_t MXFIndexEntry::offset |
Definition at line 62 of file mxfenc.c.
Referenced by mxf_write_index_table_segment(), and mxf_write_packet().
unsigned MXFIndexEntry::slice_offset |
offset of audio slice
Definition at line 63 of file mxfenc.c.
Referenced by mxf_write_index_table_segment(), and mxf_write_packet().
uint16_t MXFIndexEntry::temporal_ref |
Definition at line 64 of file mxfenc.c.
Referenced by mxf_parse_mpeg2_frame(), mxf_write_index_table_segment(), and mxf_write_packet().