FFmpeg
|
Data Fields | |
uint8_t * | sps |
uint8_t * | pps |
int | sps_size |
int | pps_size |
unsigned | sps_buf_size |
unsigned | pps_buf_size |
uint8_t | length_size |
uint8_t | new_idr |
uint8_t | idr_sps_seen |
uint8_t | idr_pps_seen |
int | extradata_parsed |
Definition at line 35 of file h264_mp4toannexb.c.
uint8_t* H264BSFContext::sps |
Definition at line 36 of file h264_mp4toannexb.c.
uint8_t* H264BSFContext::pps |
Definition at line 37 of file h264_mp4toannexb.c.
int H264BSFContext::sps_size |
Definition at line 38 of file h264_mp4toannexb.c.
int H264BSFContext::pps_size |
Definition at line 39 of file h264_mp4toannexb.c.
unsigned H264BSFContext::sps_buf_size |
Definition at line 40 of file h264_mp4toannexb.c.
unsigned H264BSFContext::pps_buf_size |
Definition at line 41 of file h264_mp4toannexb.c.
uint8_t H264BSFContext::length_size |
Definition at line 42 of file h264_mp4toannexb.c.
uint8_t H264BSFContext::new_idr |
Definition at line 43 of file h264_mp4toannexb.c.
uint8_t H264BSFContext::idr_sps_seen |
Definition at line 44 of file h264_mp4toannexb.c.
uint8_t H264BSFContext::idr_pps_seen |
Definition at line 45 of file h264_mp4toannexb.c.
int H264BSFContext::extradata_parsed |
Definition at line 46 of file h264_mp4toannexb.c.