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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dmo/DMO_VideoDecoder.c b/loader/dmo/DMO_VideoDecoder.c
index 937c1af61a..c0672cbe46 100644
--- a/loader/dmo/DMO_VideoDecoder.c
+++ b/loader/dmo/DMO_VideoDecoder.c
@@ -85,7 +85,7 @@ static ct check[] = {
{ 24, 24, &MEDIASUBTYPE_RGB24, CAP_NONE },
{ 32, 32, &MEDIASUBTYPE_RGB32, CAP_NONE },
- {0},
+ {0,0,NULL,0},
};
DMO_VideoDecoder * DMO_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto)