summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2014-09-23 21:36:40 +0000
committerMichael Niedermayer <michaelni@gmx.at>2014-09-24 01:26:12 +0200
commitde60ce391d385ad0fcfe49b4aaafff932bbfbf47 (patch)
treee033d1e1533eb631dab1b8a019b092bb4aa50d8a /libavcodec/hevc.h
parent164d6c7f5b0ee06060c89422f2ef9d6956b15368 (diff)
hevc: remove unneeded buffer.
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 0369d8fb53..980d95f94d 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -746,7 +746,6 @@ typedef struct HEVCNAL {
} HEVCNAL;
typedef struct HEVCLocalContext {
- DECLARE_ALIGNED(16, int16_t, mc_buffer[(MAX_PB_SIZE + 7) * MAX_PB_SIZE]);
uint8_t cabac_state[HEVC_CONTEXTS];
uint8_t stat_coeff[4];