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

Commit 62db7db7 authored by James Dong's avatar James Dong
Browse files

Fix uninitialized variable

o This was missed while the rotation patch was hand merged.

Change-Id: I4016f9fb9cd54c5e853da15bbaaa50b1d1dac8c8
parent 4f4d72de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1442,6 +1442,7 @@ status_t StagefrightRecorder::reset() {
    mCameraSourceTimeLapse = NULL;
    mIsMetaDataStoredInVideoBuffers = false;
    mEncoderProfiles = MediaProfiles::getInstance();
    mRotationDegrees = 0;

    mOutputFd = -1;
    mOutputFdAux = -1;