[FFmpeg-devel] [PATCH 3/5] hevc: remove unused PTL flags
Guillaume Martres
smarter at ubuntu.com
Fri Dec 13 20:05:24 CET 2013
---
libavcodec/hevc.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index e9c7f0c..05d66f4 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 {
--
1.8.3.2
More information about the ffmpeg-devel
mailing list