summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ACodec.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-06-03 12:43:48 -0700
committerJames Dong <jdong@google.com>2011-06-03 12:44:48 -0700
commit57ca262f8d1c0aabeea294ddb53e4db172fc6bec (patch)
treeb95d99ce8635f7d8c6c4a2e357e2fd782f36a379 /media/libstagefright/ACodec.cpp
parent92a746c3b18d035189f596ce32847bf26247aaca (diff)
downloadframeworks_av-57ca262f8d1c0aabeea294ddb53e4db172fc6bec.zip
frameworks_av-57ca262f8d1c0aabeea294ddb53e4db172fc6bec.tar.gz
frameworks_av-57ca262f8d1c0aabeea294ddb53e4db172fc6bec.tar.bz2
Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.h
Change-Id: I5cbc7246a63301fa7ff735fa3d6512e940608d2b
Diffstat (limited to 'media/libstagefright/ACodec.cpp')
-rw-r--r--media/libstagefright/ACodec.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/media/libstagefright/ACodec.cpp b/media/libstagefright/ACodec.cpp
index 642b3a3..d628301 100644
--- a/media/libstagefright/ACodec.cpp
+++ b/media/libstagefright/ACodec.cpp
@@ -888,8 +888,6 @@ status_t ACodec::setSupportedOutputFormat() {
CHECK_EQ(err, (status_t)OK);
CHECK_EQ((int)format.eCompressionFormat, (int)OMX_VIDEO_CodingUnused);
- static const int OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00;
-
CHECK(format.eColorFormat == OMX_COLOR_FormatYUV420Planar
|| format.eColorFormat == OMX_COLOR_FormatYUV420SemiPlanar
|| format.eColorFormat == OMX_COLOR_FormatCbYCrY