Libav
Data Fields
PTLCommon Struct Reference

#include <hevc.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 338 of file hevc.h.

Field Documentation

◆ profile_space

uint8_t PTLCommon::profile_space

Definition at line 339 of file hevc.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().

◆ tier_flag

uint8_t PTLCommon::tier_flag

Definition at line 340 of file hevc.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 342 of file hevc.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().

◆ level_idc

uint8_t PTLCommon::level_idc

Definition at line 343 of file hevc.h.

Referenced by export_stream_params(), hevc_parse_slice_header(), parse_ptl(), and write_ptl().

◆ progressive_source_flag

uint8_t PTLCommon::progressive_source_flag

Definition at line 344 of file hevc.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().

◆ interlaced_source_flag

uint8_t PTLCommon::interlaced_source_flag

Definition at line 345 of file hevc.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 346 of file hevc.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 347 of file hevc.h.

Referenced by decode_profile_tier_level(), and write_ptl_layer().


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