Commit de60ce39 authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer

hevc: remove unneeded buffer.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 164d6c7f
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment