summaryrefslogtreecommitdiffstats
path: root/loader/dshow/libwin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/libwin32.h')
-rw-r--r--loader/dshow/libwin32.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/loader/dshow/libwin32.h b/loader/dshow/libwin32.h
index fa7d601abd..762c8e86b5 100644
--- a/loader/dshow/libwin32.h
+++ b/loader/dshow/libwin32.h
@@ -14,21 +14,21 @@
typedef uint32_t fourcc_t;
/*
-typedef struct _FatalError
+typedef struct FatalError
{
FatalError();
void PrintAll() {}
}FatalError;
*/
-typedef struct _CodecInfo
+typedef struct CodecInfo
{
char* dll;
GUID* guid;
}CodecInfo;
-typedef struct _CImage // public your_libvo_mem
+typedef struct CImage // public your_libvo_mem
{
char* ptr;
@@ -53,7 +53,7 @@ struct BitmapInfo : public BITMAPINFOHEADER
};
#endif
-typedef struct _IAudioDecoder
+typedef struct IAudioDecoder
{
WAVEFORMATEX in_fmt;
CodecInfo record;
@@ -96,7 +96,7 @@ struct IAudioEncoder
START,
};
-typedef struct _BitmapInfo
+typedef struct BitmapInfo
{
long biSize;
long biWidth;
@@ -112,7 +112,7 @@ typedef struct _BitmapInfo
int colors[3];
} BitmapInfo;
-typedef struct _IVideoDecoder
+typedef struct IVideoDecoder
{
int VBUFSIZE;
int QMARKHI;