summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-07-27 09:49:37 +0000
committerAnton Khirnov <anton@khirnov.net>2014-07-28 08:05:47 +0000
commit0daa2554636ba1d31f3162ffb86991e84eb938a8 (patch)
tree830a6605ea69af33d98f054d131433bc800ce570 /libavcodec/hevc.h
parent53a11135f2fb2123408b295f9aaae3d6f861aea5 (diff)
hevc: do not store the transform inter_split flag in the context
It does not need to be preserved.
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index e8f8f1a550..6894160161 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -650,9 +650,6 @@ typedef struct TransformTree {
uint8_t cbf_cb[MAX_TRANSFORM_DEPTH][MAX_CU_SIZE * MAX_CU_SIZE];
uint8_t cbf_cr[MAX_TRANSFORM_DEPTH][MAX_CU_SIZE * MAX_CU_SIZE];
uint8_t cbf_luma;
-
- // Inferred parameters
- uint8_t inter_split_flag;
} TransformTree;
typedef struct TransformUnit {