FFmpeg
|
#include <h264_parse.h>
Data Fields | |
int | poc_lsb |
int | poc_msb |
int | delta_poc_bottom |
int | delta_poc [2] |
int | frame_num |
int | prev_poc_msb |
poc_msb of the last reference pic for POC type 0 More... | |
int | prev_poc_lsb |
poc_lsb of the last reference pic for POC type 0 More... | |
int | frame_num_offset |
for POC type 2 More... | |
int | prev_frame_num_offset |
for POC type 2 More... | |
int | prev_frame_num |
frame_num of the last pic for POC type 1/2 More... | |
Definition at line 43 of file h264_parse.h.
int H264POCContext::poc_lsb |
Definition at line 44 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().
int H264POCContext::poc_msb |
Definition at line 45 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().
int H264POCContext::delta_poc_bottom |
Definition at line 46 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().
int H264POCContext::delta_poc[2] |
Definition at line 47 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().
int H264POCContext::frame_num |
Definition at line 48 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().
int H264POCContext::prev_poc_msb |
poc_msb of the last reference pic for POC type 0
Definition at line 49 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().
int H264POCContext::prev_poc_lsb |
poc_lsb of the last reference pic for POC type 0
Definition at line 50 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().
int H264POCContext::frame_num_offset |
for POC type 2
Definition at line 51 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().
int H264POCContext::prev_frame_num_offset |
for POC type 2
Definition at line 52 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().
int H264POCContext::prev_frame_num |
frame_num of the last pic for POC type 1/2
Definition at line 53 of file h264_parse.h.
Referenced by ff_h264_init_poc(), and parse_nal_units().