summaryrefslogtreecommitdiff
path: root/src/libw32dll/dmo/DMO_VideoDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libw32dll/dmo/DMO_VideoDecoder.h')
-rw-r--r--src/libw32dll/dmo/DMO_VideoDecoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libw32dll/dmo/DMO_VideoDecoder.h b/src/libw32dll/dmo/DMO_VideoDecoder.h
index 1f48523a1..7aa52d570 100644
--- a/src/libw32dll/dmo/DMO_VideoDecoder.h
+++ b/src/libw32dll/dmo/DMO_VideoDecoder.h
@@ -5,7 +5,7 @@ typedef struct _DMO_VideoDecoder DMO_VideoDecoder;
int DMO_VideoDecoder_GetCapabilities(DMO_VideoDecoder *this);
-DMO_VideoDecoder * DMO_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);
+DMO_VideoDecoder * DMO_VideoDecoder_Open(const char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);
void DMO_VideoDecoder_Destroy(DMO_VideoDecoder *this);