mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Reindent after r25032.
Originally committed as revision 25033 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
619298a84d
commit
7bac991fd9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user