Skip to content
Snippets Groups Projects
Commit 7bac991f authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

Reindent after r25032.

Originally committed as revision 25033 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 619298a8
No related branches found
No related tags found
No related merge requests found
......@@ -1167,8 +1167,8 @@ static int make_setup_request(AVFormatContext *s, const char *host, int port,
reply->transports[0].source,
reply->transports[0].server_port_min, NULL);
} else {
ff_url_join(url, sizeof(url), "rtp", NULL, host,
reply->transports[0].server_port_min, NULL);
ff_url_join(url, sizeof(url), "rtp", NULL, host,
reply->transports[0].server_port_min, NULL);
}
if (!(rt->server_type == RTSP_SERVER_WMS && i > 1) &&
rtp_set_remote_url(rtsp_st->rtp_handle, url) < 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment