Maarten Lankhorst : quartz: Make dwSamplesProcessed a longlong.
Module: wine Branch: master Commit: ec87de35af3ccb76383697b51aefe8041bbfdc15 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ec87de35af3ccb76383697b51a... Author: Maarten Lankhorst <m.b.lankhorst(a)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);
participants (1)
-
Alexandre Julliard