[vp8d]: fix reg struct typo mistake

This may cause color distortion.
See https://github.com/rockchip-linux/mpp/issues/113

Change-Id: I9ea1b377d06d9873bf190ced13f061268bf7dd93
Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:
Johnson Ding
2019-11-18 14:12:09 +08:00
parent 82133ab9a1
commit 27bbe9ff79

View File

@@ -364,8 +364,8 @@ typedef struct {
struct { struct {
RK_U32 sw_quant_5 : 11; RK_U32 sw_quant_5 : 11;
RK_U32 sw_quant_4 : 11; RK_U32 sw_quant_4 : 11;
RK_U32 sw_quant_delta_4 : 5;
RK_U32 sw_resver : 5; RK_U32 sw_resver : 5;
RK_U32 sw_quant_delta_4 : 5;
} reg152; } reg152;
struct { struct {