Backed out changeset 7eee00899270

This commit is contained in:
Chris Pearce
2010-08-18 13:48:34 +12:00
parent 74aabe52ea
commit b6fd28323b
13 changed files with 119 additions and 825 deletions

View File

@@ -939,10 +939,7 @@ nsresult nsBuiltinDecoderStateMachine::Run()
MonitorAutoExit exitMon(mDecoder->GetMonitor());
// Now perform the seek. We must not hold the state machine monitor
// while we seek, since the seek decodes.
res = mReader->Seek(seekTime,
mStartTime,
mEndTime,
mCurrentFrameTime + mStartTime);
res = mReader->Seek(seekTime, mStartTime, mEndTime);
}
if (NS_SUCCEEDED(res)){
PRInt64 audioTime = seekTime;