Reindent after r25032.
Originally committed as revision 25033 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1167,8 +1167,8 @@ static int make_setup_request(AVFormatContext *s, const char *host, int port,
|
|||||||
reply->transports[0].source,
|
reply->transports[0].source,
|
||||||
reply->transports[0].server_port_min, NULL);
|
reply->transports[0].server_port_min, NULL);
|
||||||
} else {
|
} else {
|
||||||
ff_url_join(url, sizeof(url), "rtp", NULL, host,
|
ff_url_join(url, sizeof(url), "rtp", NULL, host,
|
||||||
reply->transports[0].server_port_min, NULL);
|
reply->transports[0].server_port_min, NULL);
|
||||||
}
|
}
|
||||||
if (!(rt->server_type == RTSP_SERVER_WMS && i > 1) &&
|
if (!(rt->server_type == RTSP_SERVER_WMS && i > 1) &&
|
||||||
rtp_set_remote_url(rtsp_st->rtp_handle, url) < 0) {
|
rtp_set_remote_url(rtsp_st->rtp_handle, url) < 0) {
|
||||||
|
Reference in New Issue
Block a user