Libav
Data Fields
H264ParseContext Struct Reference

Data Fields

ParseContext pc
 
H264ParamSets ps
 
H264DSPContext h264dsp
 
H264POCContext poc
 
H264SEIContext sei
 
int is_avc
 
int nal_length_size
 
int got_first
 
int picture_structure
 

Detailed Description

Definition at line 48 of file h264_parser.c.

Field Documentation

◆ pc

ParseContext H264ParseContext::pc

Definition at line 49 of file h264_parser.c.

Referenced by h264_close(), h264_find_frame_end(), and h264_parse().

◆ ps

H264ParamSets H264ParseContext::ps

Definition at line 50 of file h264_parser.c.

Referenced by h264_close(), h264_parse(), parse_nal_units(), and scan_mmco_reset().

◆ h264dsp

H264DSPContext H264ParseContext::h264dsp

Definition at line 51 of file h264_parser.c.

Referenced by h264_find_frame_end(), and init().

◆ poc

H264POCContext H264ParseContext::poc

Definition at line 52 of file h264_parser.c.

Referenced by parse_nal_units().

◆ sei

H264SEIContext H264ParseContext::sei

Definition at line 53 of file h264_parser.c.

Referenced by h264_close(), h264_parse(), and parse_nal_units().

◆ is_avc

int H264ParseContext::is_avc

Definition at line 54 of file h264_parser.c.

Referenced by h264_parse().

◆ nal_length_size

int H264ParseContext::nal_length_size

Definition at line 55 of file h264_parser.c.

Referenced by h264_parse().

◆ got_first

int H264ParseContext::got_first

Definition at line 56 of file h264_parser.c.

Referenced by h264_parse().

◆ picture_structure

int H264ParseContext::picture_structure

Definition at line 57 of file h264_parser.c.

Referenced by parse_nal_units(), and scan_mmco_reset().


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