Maarten Lankhorst : quartz: Fix acmwrapper time regression.

Alexandre Julliard julliard at winehq.org
Mon Apr 28 08:01:29 CDT 2008


Module: wine
Branch: master
Commit: 10708b405c2303e782a688edad1a79215fca142d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=10708b405c2303e782a688edad1a79215fca142d

Author: Maarten Lankhorst <m.b.lankhorst at 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)
         {




More information about the wine-cvs mailing list