Loading media/libstagefright/MPEG4Writer.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -556,6 +556,10 @@ void MPEG4Writer::initInternal(int fd, bool isFirstSession) { mResetStatus = OK; mPreAllocFirstTime = true; mPrevAllTracksTotalMetaDataSizeEstimate = 0; mIsFirstChunk = false; mDone = false; mThread = 0; mDriftTimeUs = 0; // Following variables only need to be set for the first recording session. // And they will stay the same for all the recording sessions. Loading Loading
media/libstagefright/MPEG4Writer.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -556,6 +556,10 @@ void MPEG4Writer::initInternal(int fd, bool isFirstSession) { mResetStatus = OK; mPreAllocFirstTime = true; mPrevAllTracksTotalMetaDataSizeEstimate = 0; mIsFirstChunk = false; mDone = false; mThread = 0; mDriftTimeUs = 0; // Following variables only need to be set for the first recording session. // And they will stay the same for all the recording sessions. Loading