summaryrefslogtreecommitdiffstats
path: root/ext/mimic/gstmimdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mimic/gstmimdec.h')
-rw-r--r--ext/mimic/gstmimdec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/mimic/gstmimdec.h b/ext/mimic/gstmimdec.h
index dbcd69f7..e1db38d1 100644
--- a/ext/mimic/gstmimdec.h
+++ b/ext/mimic/gstmimdec.h
@@ -28,7 +28,6 @@
#include <mimic.h>
G_BEGIN_DECLS
-
#define GST_TYPE_MIMDEC \
(gst_mimdec_get_type())
#define GST_MIMDEC(obj) \
@@ -39,8 +38,7 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_MIMDEC))
#define GST_IS_MIMDEC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_MIMDEC))
-
-typedef struct _GstMimDec GstMimDec;
+typedef struct _GstMimDec GstMimDec;
typedef struct _GstMimDecClass GstMimDecClass;
struct _GstMimDec
@@ -71,5 +69,4 @@ struct _GstMimDecClass
GType gst_mimdec_get_type (void);
G_END_DECLS
-
#endif /* __GST_MIMDEC_H__ */