mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[LMCS] fix ReshapeCW.binCW array size
This commit is contained in:
parent
19a3274770
commit
d5abc3eb17
|
@ -63,7 +63,7 @@ typedef struct SliceReshapeInfo {
|
|||
|
||||
typedef struct ReshapeCW
|
||||
{
|
||||
uint32_t* binCW;
|
||||
uint32_t binCW[3];
|
||||
int updateCtrl;
|
||||
int adpOption;
|
||||
uint32_t initialCW;
|
||||
|
|
Loading…
Reference in a new issue