summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/camera/VideoModule.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index 7464604d2..456513516 100644
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -951,7 +951,8 @@ public class VideoModule implements CameraModule,
private boolean is4KEnabled() {
if (mProfile.quality == CamcorderProfile.QUALITY_2160P ||
- mProfile.quality == CamcorderProfile.QUALITY_4KDCI) {
+ mProfile.quality == CamcorderProfile.QUALITY_TIME_LAPSE_2160P ||
+ mProfile.quality == CamcorderProfile.QUALITY_4KDCI ) {
return true;
} else {
return false;