Merge "Add missing break in switch statement" into jb-mr1-dev

This commit is contained in:
Romain Guy 2012-08-01 19:18:10 -07:00 committed by Android (Google) Code Review
commit 53f10b7b13
1 changed files with 1 additions and 1 deletions

View File

@ -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.