diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-10 21:53:13 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-10 21:53:13 +0000 |
commit | 9829ce7b5f63b548ddd2fa5030cdc7e632f99cd1 (patch) | |
tree | 633b8d579c017795cec94d678731367ac08ba14f /loader/dshow/DS_VideoDecoder.h | |
parent | 2e45373e7119d5571d455420125e60a6c68395fe (diff) | |
download | mpv-9829ce7b5f63b548ddd2fa5030cdc7e632f99cd1.tar.bz2 mpv-9829ce7b5f63b548ddd2fa5030cdc7e632f99cd1.tar.xz |
API changes - now fully compatible with C++ version
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3445 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow/DS_VideoDecoder.h')
-rw-r--r-- | loader/dshow/DS_VideoDecoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/DS_VideoDecoder.h b/loader/dshow/DS_VideoDecoder.h index 4b2d19f90b..e205a8d2a1 100644 --- a/loader/dshow/DS_VideoDecoder.h +++ b/loader/dshow/DS_VideoDecoder.h @@ -28,7 +28,7 @@ typedef struct _DS_VideoDecoder 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); |