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

Commit 4f9c284d authored by Romain Guy's avatar Romain Guy
Browse files

Add missing break in switch statement

Change-Id: I6206cc9ca46c4e2f125d3d820256280586ad66a1
parent 1dd2003f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -608,7 +608,7 @@ void SurfaceTexture::computeCurrentTransformMatrix() {
                    // We know there's no subsampling of any channels, so we
                    // only need to shrink by a half a pixel.
                    shrinkAmount = 0.5;

                    break;
                default:
                    // If we don't recognize the format, we must assume the
                    // worst case (that we care about), which is YUV420.