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

Commit f34b29d1 authored by Yin-Chia Yeh's avatar Yin-Chia Yeh Committed by Gerrit Code Review
Browse files

Merge "DO NOT MERGE:Camera: fix recording stream update logic"

parents 95165fd5 7fed0d95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -401,6 +401,7 @@ status_t StreamingProcessor::recordingStreamNeedsUpdate(
            currentFormat != (uint32_t)mRecordingFormat ||
            currentDataSpace != mRecordingDataSpace) {
        *needsUpdate = true;
        return res;
    }
    *needsUpdate = false;
    return res;