mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 11:21:29 +00:00
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
@ -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…
Reference in New Issue
Block a user