OSDN Git Service

Unscrewup indentation (pointed out by Diego).
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 18 Sep 2009 13:18:47 +0000 (13:18 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 18 Sep 2009 13:18:47 +0000 (13:18 +0000)
Originally committed as revision 19910 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtsp.c

index 9b2c934..ddf51ed 100644 (file)
@@ -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);