From 41874d0a5df35732367f0c675eac914c23d65aee Mon Sep 17 00:00:00 2001 From: Josh Allmann Date: Mon, 14 Jun 2010 08:12:40 +0000 Subject: Reindent Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23598 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtsp.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libavformat/rtsp.c') diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index aa8f31b853..fc422aa488 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1618,13 +1618,13 @@ redirect: ff_http_set_chunked_transfer_encoding(rtsp_hd_out, 0); } else { - /* open the tcp connexion */ - ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, host, port, NULL); - if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) { - err = AVERROR(EIO); - goto fail; - } - rtsp_hd_out = rtsp_hd; + /* open the tcp connexion */ + ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, host, port, NULL); + if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) { + err = AVERROR(EIO); + goto fail; + } + rtsp_hd_out = rtsp_hd; } rt->rtsp_hd = rtsp_hd; rt->rtsp_hd_out = rtsp_hd_out; -- cgit v1.2.3