mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-07 01:52:46 +08:00
[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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user