From ec87de35af3ccb76383697b51aefe8041bbfdc15 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Fri, 25 Apr 2008 14:50:22 -0700 Subject: [PATCH] quartz: Make dwSamplesProcessed a longlong. --- dlls/quartz/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/quartz/parser.h b/dlls/quartz/parser.h index 6fda5e3c04..f30a8fdfde 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); -- 2.32.0.93.g670b81a890