mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 08:46:24 +08:00
[mpp_frame]: fix frame format macro backward compatible issue
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1159 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -139,8 +139,8 @@ typedef enum {
|
||||
} MppFrameChromaLocation;
|
||||
|
||||
#define MppFrameFormatMask 0xffff0000
|
||||
#define MppFrameFormatYUV 0x00010000
|
||||
#define MppFrameFormatRGB 0x00020000
|
||||
#define MppFrameFormatYUV 0x00000000
|
||||
#define MppFrameFormatRGB 0x00010000
|
||||
|
||||
/*
|
||||
*mpp color format define
|
||||
|
Reference in New Issue
Block a user