| FFmpeg
    4.0
    | 
#include <libavcodec/cbs_h265.h>
| Data Fields | |
| CodedBitstreamH2645Context | common | 
| H265RawVPS * | vps [HEVC_MAX_VPS_COUNT] | 
| H265RawSPS * | sps [HEVC_MAX_SPS_COUNT] | 
| H265RawPPS * | pps [HEVC_MAX_PPS_COUNT] | 
| const H265RawVPS * | active_vps | 
| const H265RawSPS * | active_sps | 
| const H265RawPPS * | active_pps | 
Definition at line 520 of file cbs_h265.h.
| CodedBitstreamH2645Context CodedBitstreamH265Context::common | 
Definition at line 522 of file cbs_h265.h.
Referenced by cbs_h265_close().
| H265RawVPS* CodedBitstreamH265Context::vps[HEVC_MAX_VPS_COUNT] | 
Definition at line 526 of file cbs_h265.h.
Referenced by cbs_h265_close(), and sps().
| H265RawSPS* CodedBitstreamH265Context::sps[HEVC_MAX_SPS_COUNT] | 
Definition at line 527 of file cbs_h265.h.
Referenced by cbs_h265_close(), pps(), and slice_segment_header().
| H265RawPPS* CodedBitstreamH265Context::pps[HEVC_MAX_PPS_COUNT] | 
Definition at line 528 of file cbs_h265.h.
Referenced by cbs_h265_close(), and slice_segment_header().
| const H265RawVPS* CodedBitstreamH265Context::active_vps | 
Definition at line 533 of file cbs_h265.h.
Referenced by sps().
| const H265RawSPS* CodedBitstreamH265Context::active_sps | 
Definition at line 534 of file cbs_h265.h.
Referenced by pps(), pps_range_extension(), pred_weight_table(), and slice_segment_header().
| const H265RawPPS* CodedBitstreamH265Context::active_pps | 
Definition at line 535 of file cbs_h265.h.
Referenced by slice_segment_header().
 1.8.13
 1.8.13