summaryrefslogtreecommitdiffstats
path: root/loader/dmo/DMO_VideoDecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dmo/DMO_VideoDecoder.c')
-rw-r--r--loader/dmo/DMO_VideoDecoder.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/dmo/DMO_VideoDecoder.c b/loader/dmo/DMO_VideoDecoder.c
index 89017453eb..2304917145 100644
--- a/loader/dmo/DMO_VideoDecoder.c
+++ b/loader/dmo/DMO_VideoDecoder.c
@@ -17,7 +17,7 @@
#include "DMO_VideoDecoder.h"
-struct _DMO_VideoDecoder
+struct DMO_VideoDecoder
{
IVideoDecoder iv;
@@ -54,9 +54,9 @@ struct _DMO_VideoDecoder
//int DMO_VideoDecoder_GetCapabilities(DMO_VideoDecoder *this){return this->m_Caps;}
-typedef struct _ct ct;
+typedef struct ct ct;
-struct _ct {
+struct ct {
fourcc_t fcc;
unsigned int bits;
const GUID* subtype;