Unscrewup indentation (pointed out by Diego).
Originally committed as revision 19910 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
94f3c0e52f
commit
ba93ea6d3e
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue