summaryrefslogtreecommitdiffstats
path: root/loader/dshow/inputpin.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-04 02:21:47 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-04 02:21:47 +0000
commit4f3776f018ba2b7d07180da5500ba7dd55567637 (patch)
tree0272ecded470c78c9b8d00a4d4128a79abf55d16 /loader/dshow/inputpin.c
parentd60f718c2e4ebc7be2c8eb7fa933eff83bb8570b (diff)
downloadmpv-4f3776f018ba2b7d07180da5500ba7dd55567637.tar.bz2
mpv-4f3776f018ba2b7d07180da5500ba7dd55567637.tar.xz
sync with avifile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2070 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow/inputpin.c')
-rw-r--r--loader/dshow/inputpin.c29
1 files changed, 11 insertions, 18 deletions
diff --git a/loader/dshow/inputpin.c b/loader/dshow/inputpin.c
index 9f0c50322b..9578674ada 100644
--- a/loader/dshow/inputpin.c
+++ b/loader/dshow/inputpin.c
@@ -1,5 +1,5 @@
#include "inputpin.h"
-#include <wine/winerror.h>
+#include "wine/winerror.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
@@ -49,24 +49,17 @@ class CEnumPins: public IEnumPins
public:
CEnumPins(IPin*, IPin* =0);
~CEnumPins(){delete vt;}
- static long STDCALL Next (
- IEnumPins * This,
- /* [in] */ unsigned long cMediaTypes,
- /* [size_is][out] */ IPin **ppMediaTypes,
- /* [out] */ unsigned long *pcFetched);
-
- static long STDCALL Skip (
- IEnumPins * This,
- /* [in] */ unsigned long cMediaTypes);
-
- static long STDCALL Reset (
- IEnumPins * This);
-
- static long STDCALL Clone (
- IEnumPins * This,
- /* [out] */ IEnumPins **ppEnum);
-
+ static long STDCALL Next (IEnumPins * This,
+ /* [in] */ unsigned long cMediaTypes,
+ /* [size_is][out] */ IPin **ppMediaTypes,
+ /* [out] */ unsigned long *pcFetched);
+ static long STDCALL Skip (IEnumPins * This,
+ /* [in] */ unsigned long cMediaTypes);
+ static long STDCALL Reset (IEnumPins * This);
+ static long STDCALL Clone (IEnumPins * This,
+ /* [out] */ IEnumPins **ppEnum);
};
+
GUID CEnumPins::interfaces[]=
{
IID_IUnknown,