summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-07-27 08:17:29 +0000
committerAnton Khirnov <anton@khirnov.net>2014-07-28 08:03:53 +0000
commite36a2f4c5280e2779b0e88974295a711cf8d88be (patch)
treee4aa6a3b0d1ea5b95f7438581ec9a218f4b26c66 /libavcodec/hevc.h
parent4b169321b84502302f2badb056ebee4fdaea94fa (diff)
hevc: eliminate an unnecessary array
We do not need to store the value of the split flag.
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 978681b586..e8f8f1a550 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -806,7 +806,6 @@ typedef struct HEVCContext {
VideoDSPContext vdsp;
BswapDSPContext bdsp;
int8_t *qp_y_tab;
- uint8_t *split_cu_flag;
uint8_t *horizontal_bs;
uint8_t *vertical_bs;