summaryrefslogtreecommitdiffstats
path: root/gst/flx/gstflxdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/flx/gstflxdec.h')
-rw-r--r--gst/flx/gstflxdec.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst/flx/gstflxdec.h b/gst/flx/gstflxdec.h
index 7ba5b760..0da91284 100644
--- a/gst/flx/gstflxdec.h
+++ b/gst/flx/gstflxdec.h
@@ -22,9 +22,8 @@
#include <gst/gst.h>
-#include "flx_color.h"
#include <gst/base/gstadapter.h>
-
+#include "flx_color.h"
#ifdef __cplusplus
extern "C" {
@@ -34,7 +33,7 @@ typedef enum {
GST_FLXDEC_READ_HEADER,
GST_FLXDEC_PLAYING,
} GstFlxDecState;
-
+
/* Definition of structure storing data for this element. */
typedef struct _GstFlxDec GstFlxDec;