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

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8ea8546ab92e294e3198b335c43b84021cf1976d
parents 3489cf2f 9d2dc23f
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;