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

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

Merge "Turn off media time adjustment by default" into gingerbread

parents a49c0d09 d0ea545d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1118,7 +1118,7 @@ status_t MPEG4Writer::Track::start(MetaData *params) {
        startTimeUs = 0;
    }

    mIsRealTimeRecording = true;
    mIsRealTimeRecording = false;
    {
        int32_t isNotRealTime;
        if (params && params->findInt32(kKeyNotRealTime, &isNotRealTime)) {