commit | 53f10b7b13363e6d017985ead704494fe79c9e09 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Wed Aug 01 19:18:10 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 01 19:18:10 2012 -0700 |
tree | 3ae9b24b05f4b898ac84764229a83decd9b03c82 | |
parent | 22ea9b37e2a2b5e3e0e2e1d556f499fc20a9de17 [diff] | |
parent | 4f9c284de4b9159126f69eb1219c410f66cc872c [diff] |
Merge "Add missing break in switch statement" into jb-mr1-dev
diff --git a/libs/gui/SurfaceTexture.cpp b/libs/gui/SurfaceTexture.cpp index ed6b73e..300b8d7 100644 --- a/libs/gui/SurfaceTexture.cpp +++ b/libs/gui/SurfaceTexture.cpp
@@ -608,7 +608,7 @@ // 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.