mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 16:52:40 +08:00
[utils]: Fix error on RGB color fill
Change-Id: I5b7768e410135910d5c20994c84629678cd37524 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -186,6 +186,7 @@ typedef enum {
|
||||
#define MPP_FRAME_FMT_IS_FBC(fmt) (fmt & MPP_FRAME_FBC_MASK)
|
||||
|
||||
#define MPP_FRAME_FMT_IS_LE(fmt) ((fmt & MPP_FRAME_FMT_LE_MASK) == MPP_FRAME_FMT_LE_MASK)
|
||||
#define MPP_FRAME_FMT_IS_BE(fmt) ((fmt & MPP_FRAME_FMT_LE_MASK) == 0)
|
||||
|
||||
/* mpp color format index definition */
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user