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

Commit c92e5826 authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Merge "Fix initial buffer format for SoftVPX" into pi-dev am: 2c2fccd6

am: 7d45c961

Change-Id: Iab2e9f23c791f0405160cce11ed87d0511bcbf8a
parents e20a509e 7d45c961
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -651,7 +651,6 @@ OMX_ERRORTYPE SoftVideoDecoderOMXComponent::setConfig(
                return OMX_ErrorBadPortIndex;
            }

            mOutputFormat = OMX_COLOR_FormatYUV420Planar16;
            mHdrStaticInfo = hdrStaticInfoParams->sInfo;
            updatePortDefinitions(false);