Mercurial > libavformat.hg
changeset 6458:d1500c270acc libavformat
Reindent after r25032.
author | rbultje |
---|---|
date | Fri, 03 Sep 2010 19:26:27 +0000 |
parents | 2e3e76e8ada4 |
children | cf0ea082dad2 |
files | rtsp.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rtsp.c Fri Sep 03 19:25:59 2010 +0000 +++ b/rtsp.c Fri Sep 03 19:26:27 2010 +0000 @@ -1167,8 +1167,8 @@ 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) {