[SCM] libav/experimental: Unscrewup indentation (pointed out by Diego).

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


The following commit has been merged in the experimental branch:
commit ba93ea6d3e6ce95c9bc49cd69474b3b3f653babe
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Fri Sep 18 13:18:47 2009 +0000

    Unscrewup indentation (pointed out by Diego).
    
    Originally committed as revision 19910 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 9b2c934..ddf51ed 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -858,8 +858,8 @@ static void rtsp_send_cmd_async (AVFormatContext *s,
     }
     if (rt->auth_b64)
         av_strlcatf(buf, sizeof(buf),
-                   "Authorization: Basic %s\r\n",
-                   rt->auth_b64);
+                    "Authorization: Basic %s\r\n",
+                    rt->auth_b64);
     av_strlcat(buf, "\r\n", sizeof(buf));
 
     dprintf(s, "Sending:\n%s--\n", buf);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list