Commit 8e72e19f authored by Guillaume Martres's avatar Guillaume Martres Committed by Michael Niedermayer

hevc: remove unused PTL flags

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent dddc9b7a
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment