projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f3c0e
)
Unscrewup indentation (pointed out by Diego).
author
Ronald S. Bultje
<rsbultje@gmail.com>
Fri, 18 Sep 2009 13:18:47 +0000
(13:18 +0000)
committer
Ronald 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
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index 9b2c934e63d0a312b7af211814d6c5bacb1a4277..ddf51ed746c915b9f5d8134bcc5631b4366d412a 100644
(file)
--- 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);