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

Commit 0f6675d5 authored by SeungBeom Kim's avatar SeungBeom Kim Committed by Marco Nelissen
Browse files

ACodec Fix.



Bug: 7961269

Change-Id: Ie12530f89dd96dbce82e873de0c2310490390c34
Signed-off-by: default avatarSeungBeom Kim <sbcrux.kim@samsung.com>
parent 2d45dbd1
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,