mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
hevc: remove unused PTL flags
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
dddc9b7a8e
commit
8e72e19f64
@@ -348,12 +348,6 @@ typedef struct PTL {
|
||||
|
||||
uint8_t sub_layer_profile_present_flag[MAX_SUB_LAYERS];
|
||||
uint8_t sub_layer_level_present_flag[MAX_SUB_LAYERS];
|
||||
|
||||
int sub_layer_profile_space[MAX_SUB_LAYERS];
|
||||
uint8_t sub_layer_tier_flag[MAX_SUB_LAYERS];
|
||||
int sub_layer_profile_idc[MAX_SUB_LAYERS];
|
||||
uint8_t sub_layer_profile_compatibility_flags[MAX_SUB_LAYERS][32];
|
||||
int sub_layer_level_idc[MAX_SUB_LAYERS];
|
||||
} PTL;
|
||||
|
||||
typedef struct HEVCVPS {
|
||||
|
||||
Reference in New Issue
Block a user