You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
hevc: remove unneeded buffer.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
164d6c7f5b
commit
de60ce391d
@@ -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];
|
||||
|
Reference in New Issue
Block a user