diff --git a/gst/rtp/gstrtpjpegpay.c b/gst/rtp/gstrtpjpegpay.c index b7080d3734..61ecd56e2a 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;