FFmpeg
|
Data Fields | |
uint8_t | num_bytes_constraint_info |
uint8_t | general_profile_idc |
uint8_t | general_tier_flag |
uint8_t | general_level_idc |
uint8_t | ptl_frame_only_constraint_flag |
uint8_t | ptl_multilayer_enabled_flag |
uint8_t | general_constraint_info [9] |
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] |
uint8_t VVCPTLRecord::num_bytes_constraint_info |
Definition at line 43 of file vvc.c.
Referenced by vvcc_update_ptl(), and vvcc_write().
uint8_t VVCPTLRecord::general_profile_idc |
Definition at line 44 of file vvc.c.
Referenced by vvcc_update_ptl(), and vvcc_write().
uint8_t VVCPTLRecord::general_tier_flag |
Definition at line 45 of file vvc.c.
Referenced by vvcc_update_ptl(), and vvcc_write().
uint8_t VVCPTLRecord::general_level_idc |
Definition at line 46 of file vvc.c.
Referenced by vvcc_update_ptl(), and vvcc_write().
uint8_t VVCPTLRecord::ptl_frame_only_constraint_flag |
Definition at line 47 of file vvc.c.
Referenced by vvcc_init(), vvcc_update_ptl(), and vvcc_write().
uint8_t VVCPTLRecord::ptl_multilayer_enabled_flag |
Definition at line 48 of file vvc.c.
Referenced by vvcc_init(), vvcc_update_ptl(), and vvcc_write().
uint8_t VVCPTLRecord::general_constraint_info[9] |
Definition at line 49 of file vvc.c.
Referenced by vvcc_update_ptl(), and vvcc_write().
uint8_t VVCPTLRecord::ptl_sublayer_level_present_flag[VVC_MAX_SUBLAYERS - 1] |
Definition at line 50 of file vvc.c.
Referenced by vvcc_update_ptl(), and vvcc_write().
uint8_t VVCPTLRecord::sublayer_level_idc[VVC_MAX_SUBLAYERS - 1] |
Definition at line 51 of file vvc.c.
Referenced by vvcc_update_ptl(), and vvcc_write().
uint8_t VVCPTLRecord::ptl_num_sub_profiles |
Definition at line 52 of file vvc.c.
Referenced by vvcc_update_ptl(), and vvcc_write().
uint32_t VVCPTLRecord::general_sub_profile_idc[VVC_MAX_SUB_PROFILES] |
Definition at line 53 of file vvc.c.
Referenced by vvcc_update_ptl(), and vvcc_write().