[FFmpeg-cvslog] hevc: remove unused PTL flags

Guillaume Martres git at videolan.org
Sat Dec 14 03:37:24 CET 2013


ffmpeg | branch: master | Guillaume Martres <smarter at ubuntu.com> | Fri Dec 13 20:05:24 2013 +0100| [8e72e19f6468eddf7950668b8dea3dd60fed2e54] | committer: Michael Niedermayer

hevc: remove unused PTL flags

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e72e19f6468eddf7950668b8dea3dd60fed2e54
---

 libavcodec/hevc.h |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 83b72e5..82136de 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 {



More information about the ffmpeg-cvslog mailing list