summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPannag Sanketi <psanketi@google.com>2011-08-26 20:05:58 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-26 20:05:58 -0700
commitb8a9e15c2aa3d317834555244a90f184b46e1dcb (patch)
tree2ef6393df0109ee6f4e20b75b82e6a632b85de79 /include
parent2b9c5d8a89065ab18e58d79ae65a81267b248e1c (diff)
parent4da5660eee240cea3f7411a0ed5a1120bccdeb45 (diff)
downloadframeworks_base-b8a9e15c2aa3d317834555244a90f184b46e1dcb.zip
frameworks_base-b8a9e15c2aa3d317834555244a90f184b46e1dcb.tar.gz
frameworks_base-b8a9e15c2aa3d317834555244a90f184b46e1dcb.tar.bz2
Merge "Modify enum value of OMX_COLOR_FormatAndroidOpaque"
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/openmax/OMX_IVCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/openmax/OMX_IVCommon.h b/include/media/stagefright/openmax/OMX_IVCommon.h
index 65b6339..8bb4ded 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