Reindent after r25032.

Originally committed as revision 25033 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Ronald S. Bultje 15 years ago
parent 619298a84d
commit 7bac991fd9
  1. 4
      libavformat/rtsp.c

@ -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) {

Loading…
Cancel
Save