quartz: Make dwSamplesProcessed a longlong.
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 @@
     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);