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

This commit is contained in:
James Dong
2010-10-01 17:27:51 -07:00
committed by Android (Google) Code Review

View File

@@ -1118,7 +1118,7 @@ status_t MPEG4Writer::Track::start(MetaData *params) {
startTimeUs = 0; startTimeUs = 0;
} }
mIsRealTimeRecording = true; mIsRealTimeRecording = false;
{ {
int32_t isNotRealTime; int32_t isNotRealTime;
if (params && params->findInt32(kKeyNotRealTime, &isNotRealTime)) { if (params && params->findInt32(kKeyNotRealTime, &isNotRealTime)) {