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

Commit 51e42f42 authored by Wonsik Kim's avatar Wonsik Kim Committed by Android (Google) Code Review
Browse files

Merge "Codec2Buffer: Initialize mediaImage to zero in GraphicView2MediaImageConverter"

parents 5a523197 cac53857
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -224,6 +224,7 @@ public:
            mInitCheck = BAD_VALUE;
            return;
        }
        memset(mediaImage, 0, sizeof(*mediaImage));
        mAllocatedDepth = layout.planes[0].allocatedDepth;
        uint32_t bitDepth = layout.planes[0].bitDepth;