FFmpeg
|
#include <cbs_mpeg2.h>
Data Fields | |
MPEG2RawSliceHeader | header |
uint8_t * | data |
AVBufferRef * | data_ref |
size_t | data_size |
int | data_bit_start |
Definition at line 206 of file cbs_mpeg2.h.
MPEG2RawSliceHeader MPEG2RawSlice::header |
Definition at line 207 of file cbs_mpeg2.h.
Referenced by cbs_mpeg2_read_unit(), and cbs_mpeg2_write_slice().
uint8_t* MPEG2RawSlice::data |
Definition at line 209 of file cbs_mpeg2.h.
Referenced by cbs_mpeg2_read_unit(), and cbs_mpeg2_write_slice().
AVBufferRef* MPEG2RawSlice::data_ref |
Definition at line 210 of file cbs_mpeg2.h.
Referenced by cbs_mpeg2_read_unit().
size_t MPEG2RawSlice::data_size |
Definition at line 211 of file cbs_mpeg2.h.
Referenced by cbs_mpeg2_read_unit(), and cbs_mpeg2_write_slice().
int MPEG2RawSlice::data_bit_start |
Definition at line 212 of file cbs_mpeg2.h.
Referenced by cbs_mpeg2_read_unit(), and cbs_mpeg2_write_slice().