Browse Source

Unscrewup indentation (pointed out by Diego).

Originally committed as revision 19910 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Ronald S. Bultje 16 years ago
parent
commit
ba93ea6d3e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/rtsp.c

+ 2
- 2
libavformat/rtsp.c View 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);


Loading…
Cancel
Save