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

Commit 4d1328af 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 am: ad554c64

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8f431bede3b7601e62bc267ffd5e8a46fa6f3ad1
parents 03b68517 ad554c64
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
@@ -1582,7 +1582,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;