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

avifile sync - 95% cosmetics 5% bug
author arpi
date Fri, 13 Sep 2002 19:43:17 +0000
parents e3bbf44dbab2
children 9533c26c0806
line wrap: on
line diff
--- a/loader/dshow/inputpin.h	Fri Sep 13 19:42:33 2002 +0000
+++ b/loader/dshow/inputpin.h	Fri Sep 13 19:43:17 2002 +0000
@@ -33,20 +33,19 @@
 CBaseFilter* CBaseFilterCreate(const AM_MEDIA_TYPE* vhdr, CBaseFilter2* parent);
 
 
-typedef struct _CInputPin CInputPin;
-struct _CInputPin
+typedef struct
 {
     IPin_vt* vt;
     DECLARE_IUNKNOWN();
     CBaseFilter* parent;
     AM_MEDIA_TYPE type;
     GUID interfaces[1];
-};
+} CInputPin;
 
 CInputPin* CInputPinCreate(CBaseFilter* parent, const AM_MEDIA_TYPE* vhdr);
 
 
-typedef struct CRemotePin
+typedef struct
 {
     IPin_vt* vt;
     DECLARE_IUNKNOWN();
@@ -58,7 +57,7 @@
 CRemotePin* CRemotePinCreate(CBaseFilter* pt, IPin* rpin);
 
 
-typedef struct CRemotePin2
+typedef struct
 {
     IPin_vt* vt;
     DECLARE_IUNKNOWN();