summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_VideoDecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/DS_VideoDecoder.c')
-rw-r--r--loader/dshow/DS_VideoDecoder.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c
index 60170e6385..0b83419f98 100644
--- a/loader/dshow/DS_VideoDecoder.c
+++ b/loader/dshow/DS_VideoDecoder.c
@@ -11,7 +11,7 @@
#include "libwin32.h"
#include "DS_Filter.h"
-struct _DS_VideoDecoder
+struct DS_VideoDecoder
{
IVideoDecoder iv;
@@ -54,9 +54,9 @@ static SampleProcUserData sampleProcData;
int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this)
{return this->m_Caps;}
-typedef struct _ct ct;
+typedef struct ct ct;
-struct _ct {
+struct ct {
unsigned int bits;
fourcc_t fcc;
const GUID *subtype;