mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[vepu541]: Fix OSD AYUV bit order definition error
Change-Id: I89ddd7b626873ea1d4ba22569f79d8706b216b55 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -1035,9 +1035,9 @@ typedef enum MppEncOSDPltType_e {
|
||||
/* OSD palette value define */
|
||||
typedef union MppEncOSDPltVal_u {
|
||||
struct {
|
||||
RK_U32 y : 8;
|
||||
RK_U32 u : 8;
|
||||
RK_U32 v : 8;
|
||||
RK_U32 u : 8;
|
||||
RK_U32 y : 8;
|
||||
RK_U32 alpha : 8;
|
||||
};
|
||||
RK_U32 val;
|
||||
|
Reference in New Issue
Block a user