hevc: eliminate an unnecessary array

We do not need to store the value of the split flag.
This commit is contained in:
Anton Khirnov
2014-07-27 08:17:29 +00:00
parent 4b169321b8
commit e36a2f4c52
2 changed files with 5 additions and 10 deletions

View File

@@ -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;