summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_AudioDecoder.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-10 21:53:13 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-10 21:53:13 +0000
commit9829ce7b5f63b548ddd2fa5030cdc7e632f99cd1 (patch)
tree633b8d579c017795cec94d678731367ac08ba14f /loader/dshow/DS_AudioDecoder.h
parent2e45373e7119d5571d455420125e60a6c68395fe (diff)
downloadmpv-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_AudioDecoder.h')
-rw-r--r--loader/dshow/DS_AudioDecoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/dshow/DS_AudioDecoder.h b/loader/dshow/DS_AudioDecoder.h
index aa26a09ca5..bd180d4d19 100644
--- a/loader/dshow/DS_AudioDecoder.h
+++ b/loader/dshow/DS_AudioDecoder.h
@@ -22,7 +22,8 @@ typedef struct _DS_AudioDecoder
#define uint_t int
#endif
-DS_AudioDecoder * DS_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf);
+//DS_AudioDecoder * DS_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf);
+DS_AudioDecoder * DS_AudioDecoder_Open(char* dllname, GUID* guid, WAVEFORMATEX* wf);
void DS_AudioDecoder_Destroy(DS_AudioDecoder *this);