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

Commit 15e69b59 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MPEG4Writer:RaceCondition updating mStartTimestampUs"

parents a073d2ec 3c573f7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3128,8 +3128,8 @@ status_t MPEG4Writer::Track::threadEntry() {
        if (!mIsHeic) {
            if (mStszTableEntries->count() == 0) {
                mFirstSampleTimeRealUs = systemTime() / 1000;
                mOwner->setStartTimestampUs(timestampUs);
                mStartTimestampUs = timestampUs;
                mOwner->setStartTimestampUs(mStartTimestampUs);
                previousPausedDurationUs = mStartTimestampUs;
            }