quartz: Make dwSamplesProcessed a longlong.

This commit is contained in:
Maarten Lankhorst 2008-04-25 14:50:22 -07:00 committed by Alexandre Julliard
parent 12a0fd3d8b
commit ec87de35af
1 changed files with 1 additions and 1 deletions

View File

@ -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);