quartz: Don't pass reference time when running.

oldstable
Maarten Lankhorst 2008-03-19 17:46:15 -07:00 committed by Alexandre Julliard
parent ea537b916e
commit 366eca51df
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ static HRESULT WINAPI Parser_Run(IBaseFilter * iface, REFERENCE_TIME tStart)
This->rtStreamStart = tStart;
hr = PullPin_Seek(This->pInputPin, tStart, ((LONGLONG)0x7fffffff << 32) | 0xffffffff);
hr = PullPin_Seek(This->pInputPin, 0, ((LONGLONG)0x7fffffff << 32) | 0xffffffff);
if (SUCCEEDED(hr) && (This->state == State_Stopped))
{