diff loader/dshow/outputpin.h @ 7386:174e2a58b4cd

avifile sync - 95% cosmetics 5% bug
author arpi
date Fri, 13 Sep 2002 19:43:17 +0000
parents 623cdb771e97
children 49f01f8fbd60
line wrap: on
line diff
--- a/loader/dshow/outputpin.h	Fri Sep 13 19:42:33 2002 +0000
+++ b/loader/dshow/outputpin.h	Fri Sep 13 19:43:17 2002 +0000
@@ -5,19 +5,9 @@
 
 #include "allocator.h"
 
+typedef struct _COutputMemPin COutputMemPin;
 typedef struct _COutputPin COutputPin;
 
-typedef struct _COutputMemPin COutputMemPin;
-struct _COutputMemPin
-{
-    IMemInputPin_vt* vt;
-    DECLARE_IUNKNOWN();
-    char** frame_pointer;
-    long* frame_size_pointer;
-    MemAllocator* pAllocator;
-    COutputPin* parent;
-};
-
 struct _COutputPin
 {
     IPin_vt* vt;