summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2013-12-13 20:05:24 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-14 03:01:46 +0100
commit8e72e19f6468eddf7950668b8dea3dd60fed2e54 (patch)
tree8d4a786c6ccbb1d8449cb8508e10d88246d2e89e /libavcodec/hevc.h
parentdddc9b7a8ec3a03e48c69991ca7f20f10dd6f022 (diff)
hevc: remove unused PTL flags
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 83b72e574c..82136dec4a 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -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 {