Browse Source

hevc: remove unused PTL flags

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Guillaume Martres Michael Niedermayer 12 years ago
parent
commit
8e72e19f64
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      libavcodec/hevc.h

+ 0
- 6
libavcodec/hevc.h View File

@@ -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 {


Loading…
Cancel
Save