Commit ec87de35 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

quartz: Make dwSamplesProcessed a longlong.

parent 12a0fd3d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment