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

Commit d1970b8c authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

Merge "Fix uninitialized variable"

parents 95ab69f4 5d0b783c
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;