Module: wine Branch: master Commit: 10708b405c2303e782a688edad1a79215fca142d URL: http://source.winehq.org/git/wine.git/?a=commit;h=10708b405c2303e782a688edad... Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com> Date: Fri Apr 25 15:14:54 2008 -0700 quartz: Fix acmwrapper time regression. --- dlls/quartz/acmwrapper.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/quartz/acmwrapper.c b/dlls/quartz/acmwrapper.c index 65f196a..c7b1e42 100644 --- a/dlls/quartz/acmwrapper.c +++ b/dlls/quartz/acmwrapper.c @@ -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) {