summaryrefslogtreecommitdiff
path: root/src/com/android/camera/VideoModule.java
diff options
context:
space:
mode:
authorManish Kumar <manishku@codeaurora.org>2013-10-30 19:55:01 +0530
committerLinux Build Service Account <lnxbuild@localhost>2013-10-31 19:40:37 -0600
commita9942e8aa6b94f65caed94daa577249da48fa4a8 (patch)
tree37bd5440ca9f5c733000b7f84d7b557a4dd2280d /src/com/android/camera/VideoModule.java
parent6b39715d4861baff73dcb7c55b41ff298b39aa15 (diff)
Camera2: Fix compilation issues
Fix compilation issues Change-Id: I77317b64eb11663dadff6a0b46e08e49d9e8ab21 (cherry picked from commit 53fa3ae8cd74ce42810f6d638bb7efe15fd01ba4) (cherry picked from commit 4151656344e66f7f43f017ab33ff42a33e6df552)
Diffstat (limited to 'src/com/android/camera/VideoModule.java')
-rw-r--r--src/com/android/camera/VideoModule.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index 56c2d2dd7..3d748a97b 100644
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -512,7 +512,6 @@ public class VideoModule implements CameraModule,
if (mOrientation != newOrientation) {
mOrientation = newOrientation;
Log.v(TAG, "onOrientationChanged, update parameters");
- if (mParameters != null) {
if ((mParameters != null) && (true == mPreviewing)){
setCameraParameters();
}