summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorMickaƫl Raulet <mraulet@insa-rennes.fr>2014-07-15 10:27:14 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-15 13:31:40 +0200
commit255086a7e06417d98417cea192053b8a8531eb24 (patch)
tree7ca7813dac316a0deb57e584c6d667f510af86fc /libavcodec/hevc.h
parentf5beda3bfd753d1fc9488583eb8be7510a333ea0 (diff)
hevc: use local variable for split_cu_flag
(cherry picked from commit ee71e9e9c12fc47856c452efb278f9f593a923ee) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 8d28490457..81753e2d25 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -825,7 +825,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;