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 82 of file h264_parse.h.
int H264POCContext::poc_lsb |
Definition at line 83 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().
int H264POCContext::poc_msb |
Definition at line 84 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().
int H264POCContext::delta_poc_bottom |
Definition at line 85 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().
int H264POCContext::delta_poc[2] |
Definition at line 86 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().
int H264POCContext::frame_num |
Definition at line 87 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().
int H264POCContext::prev_poc_msb |
poc_msb of the last reference pic for POC type 0
Definition at line 88 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().
int H264POCContext::prev_poc_lsb |
poc_lsb of the last reference pic for POC type 0
Definition at line 89 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().
int H264POCContext::frame_num_offset |
for POC type 2
Definition at line 90 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().
int H264POCContext::prev_frame_num_offset |
for POC type 2
Definition at line 91 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().
int H264POCContext::prev_frame_num |
frame_num of the last pic for POC type 1/2
Definition at line 92 of file h264_parse.h.
Referenced by ff_h264_init_poc(), h264_filter(), and parse_nal_units().