hevc: eliminate an unnecessary array
We do not need to store the value of the split flag.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user