[LMCS] fix ReshapeCW.binCW array size

This commit is contained in:
Marko Viitanen 2021-05-04 12:17:59 +03:00
parent 19a3274770
commit d5abc3eb17

View file

@ -63,7 +63,7 @@ typedef struct SliceReshapeInfo {
typedef struct ReshapeCW
{
uint32_t* binCW;
uint32_t binCW[3];
int updateCtrl;
int adpOption;
uint32_t initialCW;