FFmpeg
Data Fields
H264SequenceParameterSet Struct Reference

#include <avc.h>

Data Fields

uint8_t id
 
uint8_t profile_idc
 
uint8_t level_idc
 
uint8_t constraint_set_flags
 
uint8_t chroma_format_idc
 
uint8_t bit_depth_luma
 
uint8_t bit_depth_chroma
 
uint8_t frame_mbs_only_flag
 
AVRational sar
 

Detailed Description

Definition at line 39 of file avc.h.

Field Documentation

uint8_t H264SequenceParameterSet::id

Definition at line 40 of file avc.h.

Referenced by ff_avc_decode_sps().

uint8_t H264SequenceParameterSet::profile_idc

Definition at line 41 of file avc.h.

Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().

uint8_t H264SequenceParameterSet::level_idc

Definition at line 42 of file avc.h.

Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().

uint8_t H264SequenceParameterSet::constraint_set_flags

Definition at line 43 of file avc.h.

Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().

uint8_t H264SequenceParameterSet::chroma_format_idc

Definition at line 44 of file avc.h.

Referenced by ff_avc_decode_sps(), and ff_isom_write_avcc().

uint8_t H264SequenceParameterSet::bit_depth_luma

Definition at line 45 of file avc.h.

Referenced by ff_avc_decode_sps(), ff_isom_write_avcc(), and mxf_parse_h264_frame().

uint8_t H264SequenceParameterSet::bit_depth_chroma

Definition at line 46 of file avc.h.

Referenced by ff_avc_decode_sps(), and ff_isom_write_avcc().

uint8_t H264SequenceParameterSet::frame_mbs_only_flag

Definition at line 47 of file avc.h.

Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().

AVRational H264SequenceParameterSet::sar

Definition at line 48 of file avc.h.

Referenced by ff_avc_decode_sps(), and mxf_parse_h264_frame().


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