diff loader/dshow/outputpin.h @ 3130:623cdb771e97

avifile sync. seems to some bugs fixed...
author arpi
date Mon, 26 Nov 2001 00:56:11 +0000
parents 213b35f84cf3
children 174e2a58b4cd
line wrap: on
line diff
--- a/loader/dshow/outputpin.h	Mon Nov 26 00:49:39 2001 +0000
+++ b/loader/dshow/outputpin.h	Mon Nov 26 00:56:11 2001 +0000
@@ -11,6 +11,7 @@
 struct _COutputMemPin
 {
     IMemInputPin_vt* vt;
+    DECLARE_IUNKNOWN();
     char** frame_pointer;
     long* frame_size_pointer;
     MemAllocator* pAllocator;
@@ -20,8 +21,8 @@
 struct _COutputPin
 {
     IPin_vt* vt;
+    DECLARE_IUNKNOWN();
     COutputMemPin* mempin;
-    int refcount;
     AM_MEDIA_TYPE type;
     IPin* remote;
     void ( *SetFramePointer )(COutputPin*, char** z);