[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:
ChenHengming
2016-08-05 07:14:32 +00:00
parent ec463020e5
commit f6aa0ebafa

View File

@@ -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