summaryrefslogtreecommitdiff
path: root/src/libw32dll/DirectShow/outputpin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libw32dll/DirectShow/outputpin.h')
-rw-r--r--src/libw32dll/DirectShow/outputpin.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/libw32dll/DirectShow/outputpin.h b/src/libw32dll/DirectShow/outputpin.h
index 016b36787..1e802f6e0 100644
--- a/src/libw32dll/DirectShow/outputpin.h
+++ b/src/libw32dll/DirectShow/outputpin.h
@@ -5,18 +5,8 @@
#include "allocator.h"
-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;
-};
+typedef struct _COutputPin COutputPin;
struct _COutputPin
{