commit | 6c609b6a60e533a93c6d0088222bd8da209b9953 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Fri Oct 01 17:27:51 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Oct 01 17:27:51 2010 -0700 |
tree | 3e200481314daf679f47b54dd6fa597bf0bb5dfe | |
parent | 14e7d693415832a974abc298124a6a5797d49a04 [diff] | |
parent | 9160e4aa2af53122ac235823e04faa28084b85b0 [diff] |
Merge "Turn off media time adjustment by default" into gingerbread
diff --git a/media/libstagefright/MPEG4Writer.cpp b/media/libstagefright/MPEG4Writer.cpp index e6c2f7e..546df47 100644 --- a/media/libstagefright/MPEG4Writer.cpp +++ b/media/libstagefright/MPEG4Writer.cpp
@@ -1118,7 +1118,7 @@ startTimeUs = 0; } - mIsRealTimeRecording = true; + mIsRealTimeRecording = false; { int32_t isNotRealTime; if (params && params->findInt32(kKeyNotRealTime, &isNotRealTime)) {