summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ACodec.cpp
diff options
context:
space:
mode:
authorEd Heyl <ed@google.com>2012-07-29 16:47:58 -0700
committerEd Heyl <ed@google.com>2012-07-29 16:47:58 -0700
commit9fbe94294ce2053d102ff5de89846a0c5015fb58 (patch)
tree7ba08233afeb658bdd59e1e0b12e96638ee796a4 /media/libstagefright/ACodec.cpp
parent3beb3ff4af08ea02da87e6548e0544d2ba47daf1 (diff)
parent5d246efa220a7c7b22e490576c488b3853c664dd (diff)
downloadframeworks_av-9fbe94294ce2053d102ff5de89846a0c5015fb58.zip
frameworks_av-9fbe94294ce2053d102ff5de89846a0c5015fb58.tar.gz
frameworks_av-9fbe94294ce2053d102ff5de89846a0c5015fb58.tar.bz2
Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-dev
Conflicts: services/audioflinger/AudioFlinger.cpp Change-Id: If27e4ff35de1e182394cc149e1557a49f0f7c95b
Diffstat (limited to 'media/libstagefright/ACodec.cpp')
-rw-r--r--media/libstagefright/ACodec.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/libstagefright/ACodec.cpp b/media/libstagefright/ACodec.cpp
index b4894e9..f96a429 100644
--- a/media/libstagefright/ACodec.cpp
+++ b/media/libstagefright/ACodec.cpp
@@ -1358,7 +1358,8 @@ status_t ACodec::setSupportedOutputFormat() {
|| format.eColorFormat == OMX_COLOR_FormatYUV420SemiPlanar
|| format.eColorFormat == OMX_COLOR_FormatCbYCrY
|| format.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
- || format.eColorFormat == OMX_QCOM_COLOR_FormatYVU420SemiPlanar);
+ || format.eColorFormat == OMX_QCOM_COLOR_FormatYVU420SemiPlanar
+ || format.eColorFormat == OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka);
return mOMX->setParameter(
mNode, OMX_IndexParamVideoPortFormat,