FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
H264POCContext Struct Reference

#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...
 

Detailed Description

Definition at line 43 of file h264_parse.h.

Field Documentation

int H264POCContext::poc_lsb
int H264POCContext::poc_msb
int H264POCContext::delta_poc_bottom

Definition at line 46 of file h264_parse.h.

Referenced by ff_h264_init_poc(), h264_field_start(), and parse_nal_units().

int H264POCContext::delta_poc[2]

Definition at line 47 of file h264_parse.h.

Referenced by ff_h264_init_poc(), h264_field_start(), and parse_nal_units().

int H264POCContext::frame_num
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_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), h264_init_context(), idr(), 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_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), idr(), 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_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), 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_field_end(), ff_h264_init_poc(), ff_h264_update_thread_context(), idr(), and parse_nal_units().

int H264POCContext::prev_frame_num

The documentation for this struct was generated from the following file: