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

Commit ad554c64 authored by George Burgess IV's avatar George Burgess IV Committed by Automerger Merge Worker
Browse files

Merge "av: fix static analyzer complaints" am: 9d2dc23f am: 75928716

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1554525

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icf0ca20b96cc4c1af98c07aad3cee951bf26b660
parents 9755af67 75928716
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ void cor_h_x2(
    Word16 j;
    Word16 k;
    Word32 s;
    Word32 y32[L_CODE];
    Word32 y32[L_CODE]{};
    Word32 max;
    Word32 tot;

+1 −1
Original line number Diff line number Diff line
@@ -1579,7 +1579,7 @@ OSCL_EXPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrame
        if (currLayer == 0)
        {
            video->forwardRefVop = tempForwRefVop; /* For P-Vop base only */
            video->forwardRefVop->refSelectCode = tempRefSelCode;
            if (video->forwardRefVop != NULL) video->forwardRefVop->refSelectCode = tempRefSelCode;
        }

        return status;