FFmpeg
|
Data Fields | |
uint8_t | flags |
uint64_t | offset |
unsigned | slice_offset |
offset of audio slice More... | |
uint16_t | temporal_ref |
uint8_t MXFIndexEntry::flags |
Definition at line 73 of file mxfenc.c.
Referenced by mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), mxf_write_index_table_segment(), mxf_write_opatom_packet(), and mxf_write_packet().
uint64_t MXFIndexEntry::offset |
Definition at line 74 of file mxfenc.c.
Referenced by mxf_write_index_table_segment(), mxf_write_opatom_packet(), and mxf_write_packet().
unsigned MXFIndexEntry::slice_offset |
offset of audio slice
Definition at line 75 of file mxfenc.c.
Referenced by mxf_write_index_table_segment(), and mxf_write_packet().
uint16_t MXFIndexEntry::temporal_ref |
Definition at line 76 of file mxfenc.c.
Referenced by mxf_parse_mpeg2_frame(), mxf_write_index_table_segment(), mxf_write_opatom_packet(), and mxf_write_packet().