Maarten Lankhorst : quartz: Make dwSamplesProcessed a longlong.

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


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

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Fri Apr 25 14:50:22 2008 -0700

quartz: Make dwSamplesProcessed a longlong.

---

 dlls/quartz/parser.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/quartz/parser.h b/dlls/quartz/parser.h
index 6fda5e3..f30a8fd 100644
--- a/dlls/quartz/parser.h
+++ b/dlls/quartz/parser.h
@@ -52,7 +52,7 @@ typedef struct Parser_OutputPin
     OutputPin pin;
 
     AM_MEDIA_TYPE * pmt;
-    DWORD dwSamplesProcessed;
+    LONGLONG dwSamplesProcessed;
 } Parser_OutputPin;
 
 extern HRESULT Parser_AddPin(ParserImpl * This, const PIN_INFO * piOutput, ALLOCATOR_PROPERTIES * props, const AM_MEDIA_TYPE * amt);




More information about the wine-cvs mailing list