summaryrefslogtreecommitdiffstats
path: root/loader/dmo/DMO_Filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dmo/DMO_Filter.h')
-rw-r--r--loader/dmo/DMO_Filter.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/loader/dmo/DMO_Filter.h b/loader/dmo/DMO_Filter.h
index ca04b2c4cd..0273245669 100644
--- a/loader/dmo/DMO_Filter.h
+++ b/loader/dmo/DMO_Filter.h
@@ -4,10 +4,6 @@
#include "dmo_guids.h"
#include "dmo_interfaces.h"
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
typedef struct DMO_Filter
{
int m_iHandle;
@@ -40,8 +36,4 @@ void DMO_Filter_Destroy(DMO_Filter* This);
*/
CMediaBuffer* CMediaBufferCreate(unsigned long maxlen, void* mem, unsigned long len, int copy);
-#if defined(__cplusplus)
-}
-#endif
-
#endif /* MPLAYER_DMO_FILTER_H */