[SCM] libav/experimental: Reindent after r15833.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:32:16 UTC 2013


The following commit has been merged in the experimental branch:
commit 3d883ad5f3c8c9f501f7f98bceb7f7ed4a0d7708
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Sat Nov 15 20:42:41 2008 +0000

    Reindent after r15833.
    
    Originally committed as revision 15834 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rdt.c b/libavformat/rdt.c
index 3553cd9..b44ede9 100644
--- a/libavformat/rdt.c
+++ b/libavformat/rdt.c
@@ -236,10 +236,10 @@ ff_rdt_parse_header(const uint8_t *buf, int len,
      * [2] http://www.wireshark.org/docs/dfref/r/rdt.html and
      *     http://anonsvn.wireshark.org/viewvc/trunk/epan/dissectors/packet-rdt.c
      */
-    if (set_id)    *set_id    = (buf[0]>>1) & 0x1f;
-    if (seq_no)    *seq_no    = AV_RB16(buf+1);
-    if (timestamp) *timestamp = AV_RB32(buf+4);
-    if (stream_id) *stream_id = (buf[3]>>1) & 0x1f;
+    if (set_id)      *set_id      = (buf[0]>>1) & 0x1f;
+    if (seq_no)      *seq_no      = AV_RB16(buf+1);
+    if (timestamp)   *timestamp   = AV_RB32(buf+4);
+    if (stream_id)   *stream_id   = (buf[3]>>1) & 0x1f;
     if (is_keyframe) *is_keyframe = !(buf[3] & 0x1);
 
     return consumed;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list