rtpmpapay: whitespace fixes
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 3 Sep 2009 17:09:12 +0000 (19:09 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 3 Sep 2009 17:17:00 +0000 (19:17 +0200)
gst/rtp/gstrtpmpapay.c

index fc2438d89d7a47f233b7e1cb020bb7c90ced59c9..a2a80c43816c73b0ddcb6113adc8fb31e160d286 100644 (file)
@@ -198,7 +198,7 @@ gst_rtp_mpa_pay_flush (GstRtpMPAPay * rtpmpapay)
      *  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      * |             MBZ               |          Frag_offset          |
-     * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
+     * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      */
     payload = gst_rtp_buffer_get_payload (outbuf);
     payload[0] = 0;
@@ -245,7 +245,7 @@ gst_rtp_mpa_pay_handle_buffer (GstBaseRTPPayload * basepayload,
     rtpmpapay->duration = 0;
   }
 
-  /* get packet length of previous data and this new data, 
+  /* get packet length of previous data and this new data,
    * payload length includes a 4 byte header */
   packet_len = gst_rtp_buffer_calc_packet_len (4 + avail + size, 0, 0);