FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 440 of file cbs_h264.h.

Field Documentation

CodedBitstreamH2645Context CodedBitstreamH264Context::common

Definition at line 442 of file cbs_h264.h.

Referenced by cbs_h264_close().

AVBufferRef* CodedBitstreamH264Context::sps_ref[H264_MAX_SPS_COUNT]

Definition at line 446 of file cbs_h264.h.

Referenced by cbs_h264_close().

AVBufferRef* CodedBitstreamH264Context::pps_ref[H264_MAX_PPS_COUNT]

Definition at line 447 of file cbs_h264.h.

Referenced by cbs_h264_close().

H264RawSPS* CodedBitstreamH264Context::sps[H264_MAX_SPS_COUNT]

Definition at line 448 of file cbs_h264.h.

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

H264RawPPS* CodedBitstreamH264Context::pps[H264_MAX_PPS_COUNT]

Definition at line 449 of file cbs_h264.h.

Referenced by cbs_h264_close(), and slice_header().

const H264RawSPS* CodedBitstreamH264Context::active_sps
const H264RawPPS* CodedBitstreamH264Context::active_pps

Definition at line 455 of file cbs_h264.h.

Referenced by slice_header().

uint8_t CodedBitstreamH264Context::last_slice_nal_unit_type

Definition at line 460 of file cbs_h264.h.

Referenced by slice_header().


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