diff options
author | Pannag Sanketi <psanketi@google.com> | 2011-08-26 19:34:49 -0700 |
---|---|---|
committer | Pannag Sanketi <psanketi@google.com> | 2011-08-26 19:38:13 -0700 |
commit | 790332a3170f967d58cee5d89cc92be8205d9aa3 (patch) | |
tree | 738c602c4d2bb7f3576bd113d6c22913196cfc26 | |
parent | 0b293e76c8fe4e973ccd8a872bc5320ba28d49cc (diff) | |
download | frameworks_av-790332a3170f967d58cee5d89cc92be8205d9aa3.zip frameworks_av-790332a3170f967d58cee5d89cc92be8205d9aa3.tar.gz frameworks_av-790332a3170f967d58cee5d89cc92be8205d9aa3.tar.bz2 |
Modify enum value of OMX_COLOR_FormatAndroidOpaque
The enum value chosen earlier had a conflict with one of the vendors.
Change-Id: I47832dd1157447f89324d56e8ab146260cd7927c
-rw-r--r-- | include/media/stagefright/openmax/OMX_IVCommon.h | 2 |
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 |