am 6c609b6a: Merge "Turn off media time adjustment by default" into gingerbread
Merge commit '6c609b6a60e533a93c6d0088222bd8da209b9953' into gingerbread-plus-aosp * commit '6c609b6a60e533a93c6d0088222bd8da209b9953': Turn off media time adjustment by default
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user