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

Commit 855c2028 authored by Yin-Chia Yeh's avatar Yin-Chia Yeh
Browse files

Camera: fix recording stream update logic

Bug: 28695248
Change-Id: I43d2d456cab84b378507979bad89c8c1f5b86b58
parent 98268270
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -334,6 +334,7 @@ status_t StreamingProcessor::recordingStreamNeedsUpdate(
            currentFormat != (uint32_t)params.videoFormat ||
            currentDataSpace != params.videoDataSpace) {
        *needsUpdate = true;
        return res;
    }
    *needsUpdate = false;
    return res;