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

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

Merge "Fix uninitialized variable"

parents a65856b9 62db7db7
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;