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

Commit 723fea39 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "GraphicBufferSource: Disable timestamp snapping by default"

parents 71c3dea4 def61c9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1382,7 +1382,7 @@ status_t GraphicBufferSource::setTimeLapseConfig(double fps, double captureFps)
    mCaptureFps = captureFps;
    if (captureFps > fps) {
        mSnapTimestamps = 1 == base::GetIntProperty(
                "debug.stagefright.snap_timestamps", int64_t(1));
                "debug.stagefright.snap_timestamps", int64_t(0));
    } else {
        mSnapTimestamps = false;
    }