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

Commit 88430e47 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6014051 from 03dad631 to qt-qpr2-release

Change-Id: I0b7cc2d62390a82a9e8b3ce5b26cdedee623a9e0
parents cf2862c5 03dad631
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -517,9 +517,11 @@ void C2SoftMpeg4Enc::process(
            if (layout.planes[layout.PLANE_Y].colInc == 1
                    && layout.planes[layout.PLANE_U].colInc == 1
                    && layout.planes[layout.PLANE_V].colInc == 1
                    && yStride == align(width, 16)
                    && uStride == vStride
                    && yStride == 2 * vStride) {
                // I420 compatible - planes are already set up above
                // I420 compatible with yStride being equal to aligned width
                // planes are already set up above
                break;
            }