FFmpeg
Data Fields
CodedBitstreamH264Context Struct Reference

#include <cbs_h264.h>

Data Fields

CodedBitstreamH2645Context common
 
H264RawSPSsps [H264_MAX_SPS_COUNT]
 RefStruct references. More...
 
H264RawPPSpps [H264_MAX_PPS_COUNT]
 RefStruct references. More...
 
const H264RawSPSactive_sps
 
const H264RawPPSactive_pps
 
uint8_t last_slice_nal_unit_type
 

Detailed Description

Definition at line 404 of file cbs_h264.h.

Field Documentation

◆ common

CodedBitstreamH2645Context CodedBitstreamH264Context::common

Definition at line 406 of file cbs_h264.h.

Referenced by cbs_h264_close().

◆ sps

H264RawSPS* CodedBitstreamH264Context::sps[H264_MAX_SPS_COUNT]

RefStruct references.

Definition at line 410 of file cbs_h264.h.

Referenced by cbs_h264_close(), cbs_h264_flush(), pps(), SEI_FUNC(), and slice_header().

◆ pps

H264RawPPS* CodedBitstreamH264Context::pps[H264_MAX_PPS_COUNT]

RefStruct references.

Definition at line 411 of file cbs_h264.h.

Referenced by cbs_h264_close(), cbs_h264_flush(), h264_redundant_pps_fixup_slice(), and slice_header().

◆ active_sps

const H264RawSPS* CodedBitstreamH264Context::active_sps

◆ active_pps

const H264RawPPS* CodedBitstreamH264Context::active_pps

Definition at line 417 of file cbs_h264.h.

Referenced by cbs_h264_flush(), and slice_header().

◆ last_slice_nal_unit_type

uint8_t CodedBitstreamH264Context::last_slice_nal_unit_type

Definition at line 422 of file cbs_h264.h.

Referenced by cbs_h264_flush(), and slice_header().


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