summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index ad13d10a5e..96dd80d4b1 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -645,10 +645,6 @@ typedef struct PredictionUnit {
uint8_t intra_pred_mode_c;
} PredictionUnit;
-typedef struct TransformTree {
- uint8_t cbf_luma;
-} TransformTree;
-
typedef struct TransformUnit {
int cu_qp_delta;
@@ -724,7 +720,6 @@ typedef struct HEVCLocalContext {
GetBitContext gb;
CABACContext cc;
- TransformTree tt;
int8_t qp_y;
int8_t curr_qp_y;