FFmpeg  3.3.9
Data Fields
PTLCommon Struct Reference

#include <libavcodec/hevc_ps.h>

Data Fields

uint8_t profile_space
 
uint8_t tier_flag
 
uint8_t profile_idc
 
uint8_t profile_compatibility_flag [32]
 
uint8_t level_idc
 
uint8_t progressive_source_flag
 
uint8_t interlaced_source_flag
 
uint8_t non_packed_constraint_flag
 
uint8_t frame_only_constraint_flag
 

Detailed Description

Definition at line 92 of file hevc_ps.h.

Field Documentation

◆ profile_space

uint8_t PTLCommon::profile_space

Definition at line 93 of file hevc_ps.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().

◆ tier_flag

uint8_t PTLCommon::tier_flag

Definition at line 94 of file hevc_ps.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().

◆ profile_idc

uint8_t PTLCommon::profile_idc

◆ profile_compatibility_flag

uint8_t PTLCommon::profile_compatibility_flag[32]

Definition at line 96 of file hevc_ps.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().

◆ level_idc

uint8_t PTLCommon::level_idc

◆ progressive_source_flag

uint8_t PTLCommon::progressive_source_flag

Definition at line 98 of file hevc_ps.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().

◆ interlaced_source_flag

uint8_t PTLCommon::interlaced_source_flag

Definition at line 99 of file hevc_ps.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().

◆ non_packed_constraint_flag

uint8_t PTLCommon::non_packed_constraint_flag

Definition at line 100 of file hevc_ps.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().

◆ frame_only_constraint_flag

uint8_t PTLCommon::frame_only_constraint_flag

Definition at line 101 of file hevc_ps.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().


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