Merge "Add missing break in switch statement" into jb-mr1-dev
This commit is contained in:
commit
53f10b7b13
@ -608,7 +608,7 @@ void SurfaceTexture::computeCurrentTransformMatrix() {
|
|||||||
// We know there's no subsampling of any channels, so we
|
// We know there's no subsampling of any channels, so we
|
||||||
// only need to shrink by a half a pixel.
|
// only need to shrink by a half a pixel.
|
||||||
shrinkAmount = 0.5;
|
shrinkAmount = 0.5;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
// If we don't recognize the format, we must assume the
|
// If we don't recognize the format, we must assume the
|
||||||
// worst case (that we care about), which is YUV420.
|
// worst case (that we care about), which is YUV420.
|
||||||
|
Loading…
Reference in New Issue
Block a user