FFmpeg
Data Fields
CodedBitstreamH264Context Struct Reference

#include <cbs_h264.h>

Data Fields

CodedBitstreamH2645Context common
 
AVBufferRefsps_ref [H264_MAX_SPS_COUNT]
 
AVBufferRefpps_ref [H264_MAX_PPS_COUNT]
 
H264RawSPSsps [H264_MAX_SPS_COUNT]
 
H264RawPPSpps [H264_MAX_PPS_COUNT]
 
const H264RawSPSactive_sps
 
const H264RawPPSactive_pps
 
uint8_t last_slice_nal_unit_type
 

Detailed Description

Definition at line 445 of file cbs_h264.h.

Field Documentation

◆ common

CodedBitstreamH2645Context CodedBitstreamH264Context::common

Definition at line 447 of file cbs_h264.h.

Referenced by cbs_h264_close().

◆ sps_ref

AVBufferRef* CodedBitstreamH264Context::sps_ref[H264_MAX_SPS_COUNT]

Definition at line 451 of file cbs_h264.h.

Referenced by cbs_h264_close().

◆ pps_ref

AVBufferRef* CodedBitstreamH264Context::pps_ref[H264_MAX_PPS_COUNT]

Definition at line 452 of file cbs_h264.h.

Referenced by cbs_h264_close().

◆ sps

H264RawSPS* CodedBitstreamH264Context::sps[H264_MAX_SPS_COUNT]

Definition at line 453 of file cbs_h264.h.

Referenced by cbs_h264_close(), pps(), sei_buffering_period(), sei_pic_timing(), and slice_header().

◆ pps

H264RawPPS* CodedBitstreamH264Context::pps[H264_MAX_PPS_COUNT]

Definition at line 454 of file cbs_h264.h.

Referenced by cbs_h264_close(), and slice_header().

◆ active_sps

const H264RawSPS* CodedBitstreamH264Context::active_sps

◆ active_pps

const H264RawPPS* CodedBitstreamH264Context::active_pps

Definition at line 460 of file cbs_h264.h.

Referenced by slice_header().

◆ last_slice_nal_unit_type

uint8_t CodedBitstreamH264Context::last_slice_nal_unit_type

Definition at line 465 of file cbs_h264.h.

Referenced by slice_header().


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