FFmpeg
Data Fields
VVCCProfileTierLevel Struct Reference

Data Fields

uint8_t profile_idc
 
uint8_t tier_flag
 
uint8_t general_level_idc
 
uint8_t ptl_frame_only_constraint_flag
 
uint8_t ptl_multilayer_enabled_flag
 
uint8_t gci_present_flag
 
uint8_t gci_general_constraints [9]
 
uint8_t gci_num_reserved_bits
 
uint8_t ptl_sublayer_level_present_flag [VVC_MAX_SUBLAYERS - 1]
 
uint8_t sublayer_level_idc [VVC_MAX_SUBLAYERS - 1]
 
uint8_t ptl_num_sub_profiles
 
uint32_t general_sub_profile_idc [VVC_MAX_SUB_PROFILES]
 

Detailed Description

Definition at line 71 of file vvc.c.

Field Documentation

◆ profile_idc

uint8_t VVCCProfileTierLevel::profile_idc

Definition at line 72 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ tier_flag

uint8_t VVCCProfileTierLevel::tier_flag

Definition at line 73 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ general_level_idc

uint8_t VVCCProfileTierLevel::general_level_idc

Definition at line 74 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ ptl_frame_only_constraint_flag

uint8_t VVCCProfileTierLevel::ptl_frame_only_constraint_flag

Definition at line 75 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ ptl_multilayer_enabled_flag

uint8_t VVCCProfileTierLevel::ptl_multilayer_enabled_flag

Definition at line 76 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ gci_present_flag

uint8_t VVCCProfileTierLevel::gci_present_flag

Definition at line 78 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ gci_general_constraints

uint8_t VVCCProfileTierLevel::gci_general_constraints[9]

Definition at line 79 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ gci_num_reserved_bits

uint8_t VVCCProfileTierLevel::gci_num_reserved_bits

Definition at line 80 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ ptl_sublayer_level_present_flag

uint8_t VVCCProfileTierLevel::ptl_sublayer_level_present_flag[VVC_MAX_SUBLAYERS - 1]

Definition at line 82 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ sublayer_level_idc

uint8_t VVCCProfileTierLevel::sublayer_level_idc[VVC_MAX_SUBLAYERS - 1]

Definition at line 83 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ ptl_num_sub_profiles

uint8_t VVCCProfileTierLevel::ptl_num_sub_profiles

Definition at line 84 of file vvc.c.

Referenced by vvcc_parse_ptl().

◆ general_sub_profile_idc

uint32_t VVCCProfileTierLevel::general_sub_profile_idc[VVC_MAX_SUB_PROFILES]

Definition at line 85 of file vvc.c.

Referenced by vvcc_parse_ptl().


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