rtpjpegpay: we only need to swap bits on LE
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 8 May 2009 08:31:12 +0000 (10:31 +0200)
committerWim Taymans <wim@metal.(none)>
Fri, 8 May 2009 08:31:12 +0000 (10:31 +0200)
gst/rtp/gstrtpjpegpay.c

index b7080d3..61ecd56 100644 (file)
@@ -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;