quartz: Fix acmwrapper time regression.

This commit is contained in:
Maarten Lankhorst 2008-04-25 15:14:54 -07:00 committed by Alexandre Julliard
parent 512ee927cb
commit 10708b405c

View file

@ -170,7 +170,7 @@ static HRESULT ACMWrapper_ProcessSampleData(TransformFilterImpl* pTransformFilte
if (ash.cbSrcLengthUsed == cbSrcStream)
{
IMediaSample_SetTime(pOutSample, &tStart, &tStop);
tStart = tStop;
tStart = tMed = tStop;
}
else if (tStop != tStart)
{