Commit 583923e1 authored by mstorsjo's avatar mstorsjo

Reindent

Patch by Josh Allmann, joshua dot allmann at gmail


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23598 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 13856d5d
...@@ -1618,13 +1618,13 @@ redirect: ...@@ -1618,13 +1618,13 @@ redirect:
ff_http_set_chunked_transfer_encoding(rtsp_hd_out, 0); ff_http_set_chunked_transfer_encoding(rtsp_hd_out, 0);
} else { } else {
/* open the tcp connexion */ /* open the tcp connexion */
ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, host, port, NULL); ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, host, port, NULL);
if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) { if (url_open(&rtsp_hd, tcpname, URL_RDWR) < 0) {
err = AVERROR(EIO); err = AVERROR(EIO);
goto fail; goto fail;
} }
rtsp_hd_out = rtsp_hd; rtsp_hd_out = rtsp_hd;
} }
rt->rtsp_hd = rtsp_hd; rt->rtsp_hd = rtsp_hd;
rt->rtsp_hd_out = rtsp_hd_out; rt->rtsp_hd_out = rtsp_hd_out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment