| commit | ec87de35af3ccb76383697b51aefe8041bbfdc15 | [log] [tgz] |
|---|---|---|
| author | Maarten Lankhorst <m.b.lankhorst@gmail.com> | Fri Apr 25 14:50:22 2008 -0700 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 28 14:21:41 2008 +0200 |
| tree | 290aa6e94da5561896f58408b0b49f6b0cf2a9e4 | |
| parent | 12a0fd3d8b0acff07ec07b4d7f5ea1f79effad93 [diff] |
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);