From f6aa0ebafaad10760bd93b0cd91308ca8ef77dd4 Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Fri, 5 Aug 2016 07:14:32 +0000 Subject: [PATCH] [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 --- inc/mpp_frame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/mpp_frame.h b/inc/mpp_frame.h index 294ed5b3..158c7b96 100644 --- a/inc/mpp_frame.h +++ b/inc/mpp_frame.h @@ -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