summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/rtp/gstrtpjpegpay.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst/rtp/gstrtpjpegpay.c b/gst/rtp/gstrtpjpegpay.c
index b7080d37..61ecd56e 100644
--- a/gst/rtp/gstrtpjpegpay.c
+++ b/gst/rtp/gstrtpjpegpay.c
@@ -145,13 +145,8 @@ typedef struct _RtpJpegHeader RtpJpegHeader;
*/
struct _RtpJpegHeader
{
-#if (G_BYTE_ORDER == G_LITTLE_ENDIAN)
guint type_spec:8;
guint offset:24;
-#else
- guint offset:24;
- guint type_spec:8;
-#endif
guint8 type;
guint8 q;
guint8 width;