[FFmpeg-cvslog] r19905 - in trunk/libavformat: rtsp.c rtsp.h
Diego Biurrun
diego
Fri Sep 18 11:17:00 CEST 2009
On Thu, Sep 17, 2009 at 11:47:11PM +0200, rbultje wrote:
>
> --- trunk/libavformat/rtsp.c Thu Sep 17 23:35:48 2009 (r19904)
> +++ trunk/libavformat/rtsp.c Thu Sep 17 23:47:11 2009 (r19905)
> @@ -855,6 +856,10 @@ static void rtsp_send_cmd_async (AVForma
> snprintf(buf1, sizeof(buf1), "Session: %s\r\n", rt->session_id);
> av_strlcat(buf, buf1, sizeof(buf));
> }
> + if (rt->auth_b64)
> + av_strlcatf(buf, sizeof(buf),
> + "Authorization: Basic %s\r\n",
> + rt->auth_b64);
indentation
What's your editor and what have you set it to? I always sincerely
wonder how people make such mistakes..
Diego
More information about the ffmpeg-cvslog
mailing list