Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 307f0a98 authored by Surajit Podder's avatar Surajit Podder
Browse files

CamcorderProfile: Fix typo in profile value

Fix typo in the value of QUALITY_TIME_LAPSE_WVGA

Change-Id: Iad745a902c7197c53bcceb8dcb52617695097efa
parent 073b8a01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ public class CamcorderProfile
    /** @hide
     * Time lapse quality level corresponding to the WVGA (800 x 480) resolution.
     */
    public static final int QUALITY_TIME_LAPSE_WVGA = 10010;
    public static final int QUALITY_TIME_LAPSE_WVGA = 1010;

    /** @hide
     * Time lapse quality level corresponding to the VGA (640 x 480) resolution.