[FFmpeg-cvslog] r19910 - trunk/libavformat/rtsp.c
rbultje
subversion
Fri Sep 18 15:18:47 CEST 2009
Author: rbultje
Date: Fri Sep 18 15:18:47 2009
New Revision: 19910
Log:
Unscrewup indentation (pointed out by Diego).
Modified:
trunk/libavformat/rtsp.c
Modified: trunk/libavformat/rtsp.c
==============================================================================
--- trunk/libavformat/rtsp.c Fri Sep 18 12:25:25 2009 (r19909)
+++ trunk/libavformat/rtsp.c Fri Sep 18 15:18:47 2009 (r19910)
@@ -858,8 +858,8 @@ static void rtsp_send_cmd_async (AVForma
}
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);
More information about the ffmpeg-cvslog
mailing list