summaryrefslogtreecommitdiffstats
path: root/loader/wine/vfw.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/vfw.h')
-rw-r--r--loader/wine/vfw.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h
index e663129c82..a3b05daff3 100644
--- a/loader/wine/vfw.h
+++ b/loader/wine/vfw.h
@@ -41,8 +41,8 @@ typedef struct {
} BITMAPINFO, *LPBITMAPINFO;
#endif
-#define VFWAPI
-#define VFWAPIV
+#define VFWAPI
+#define VFWAPIV
#ifndef MPLAYER_WINDEF_H
typedef long (__stdcall__ *DRIVERPROC)(long,HDRVR,unsigned int,long,long);
#endif
@@ -229,14 +229,14 @@ long VFWAPIV ICCompress(
ICSendMessage( \
hic, ICM_GETDEFAULTKEYFRAMERATE, \
(long)(void*)(lpint), \
- 0 )
+ 0 )
#define ICGetDefaultQuality(hic,lpint) \
ICSendMessage( \
hic, ICM_GETDEFAULTQUALITY, \
(long)(void*)(lpint), \
- 0 )
-
+ 0 )
+
#define ICCompressBegin(hic, lpbiInput, lpbiOutput) \
ICSendMessage( \
@@ -570,7 +570,7 @@ typedef struct AVIFILEINFOW {
long dwSuggestedBufferSize;
long dwWidth;
long dwHeight;
- long dwScale;
+ long dwScale;
long dwRate;
long dwLength;
long dwEditCount;
@@ -585,7 +585,7 @@ typedef struct AVIFILEINFOA {
long dwSuggestedBufferSize;
long dwWidth;
long dwHeight;
- long dwScale;
+ long dwScale;
long dwRate;
long dwLength;
long dwEditCount;