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

Commit 7d45c961 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

Change-Id: I3958556bebb18138fbc53845aa98cd9cee577844
parents 3aa4a9f9 2c2fccd6
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);