quartz: Fix acmwrapper time regression.
This commit is contained in:
parent
512ee927cb
commit
10708b405c
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue