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

Commit 1740e42d authored by Yin-Chia Yeh's avatar Yin-Chia Yeh Committed by android-build-merger
Browse files

Camera: fix recording stream update logic

am: 855c2028

* commit '855c2028':
  Camera: fix recording stream update logic

Change-Id: I25a037f3c4e763717b23fd3412ce8d65ed6a4379
parents 39024f23 855c2028
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;