Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f96774ec authored by Marco Nelissen's avatar Marco Nelissen Committed by Android (Google) Code Review
Browse files

Merge "ACodec Fix."

parents 70e6cb33 0f6675d5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1421,7 +1421,8 @@ status_t ACodec::setSupportedOutputFormat() {
           || format.eColorFormat == OMX_COLOR_FormatCbYCrY
           || format.eColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
           || format.eColorFormat == OMX_QCOM_COLOR_FormatYVU420SemiPlanar
           || format.eColorFormat == OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka);
           || format.eColorFormat == OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka
           || format.eColorFormat == OMX_SEC_COLOR_FormatNV12Tiled);

    return mOMX->setParameter(
            mNode, OMX_IndexParamVideoPortFormat,