From 4da5660eee240cea3f7411a0ed5a1120bccdeb45 Mon Sep 17 00:00:00 2001 From: Pannag Sanketi Date: Fri, 26 Aug 2011 19:34:49 -0700 Subject: Modify enum value of OMX_COLOR_FormatAndroidOpaque The enum value chosen earlier had a conflict with one of the vendors. Change-Id: I47832dd1157447f89324d56e8ab146260cd7927c --- include/media/stagefright/openmax/OMX_IVCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/media/stagefright/openmax/OMX_IVCommon.h b/include/media/stagefright/openmax/OMX_IVCommon.h index 65b63396fe10..8bb4dede8fda 100644 --- a/include/media/stagefright/openmax/OMX_IVCommon.h +++ b/include/media/stagefright/openmax/OMX_IVCommon.h @@ -156,7 +156,7 @@ typedef enum OMX_COLOR_FORMATTYPE { * Android-specific OMX IL colorformats. Change this enum to * an acceptable range once that is done. * */ - OMX_COLOR_FormatAndroidOpaque = 0x7F000001, + OMX_COLOR_FormatAndroidOpaque = 0x7F000789, OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100, OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00, OMX_COLOR_FormatMax = 0x7FFFFFFF -- cgit v1.2.3-59-g8ed1b