diff loader/dshow/DS_VideoDecoder.h @ 3444:0c0042de1f95

API changes - now fully compatible with C++ version
author arpi
date Mon, 10 Dec 2001 21:53:13 +0000
parents 004e3199fee0
children c00db356082f
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDecoder.h	Mon Dec 10 21:51:21 2001 +0000
+++ b/loader/dshow/DS_VideoDecoder.h	Mon Dec 10 21:53:13 2001 +0000
@@ -28,7 +28,7 @@
 
 int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this);
 
-DS_VideoDecoder * DS_VideoDecoder_Create(CodecInfo * info,  BITMAPINFOHEADER * format, int flip, int maxauto);
+DS_VideoDecoder * DS_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER * format, int flip, int maxauto);
 
 void DS_VideoDecoder_Destroy(DS_VideoDecoder *this);