summaryrefslogtreecommitdiffstats
path: root/gst/flx/gstflxdec.h
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2005-12-11 16:43:42 +0000
committerZeeshan Ali <zeenix@gmail.com>2005-12-11 16:43:42 +0000
commit8b6d639c5dec7e488792ca67c70d9fda161ac0ce (patch)
tree23ef6b3d3b5bd5b1a534bda52985e29e715b8b63 /gst/flx/gstflxdec.h
parent81e11ca107dfb6efea2fea28a7186d2180cc3374 (diff)
Now flxdec works on big-endian machines as well.
Original commit message from CVS: Now flxdec works on big-endian machines as well.
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;