diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-09-03 19:26:27 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-09-03 19:26:27 +0000 |
commit | 7bac991fd92a76e78092d85261c3497e236922a7 (patch) | |
tree | 9836a4c4ce4d55c1b1aebef01eca2727e0e1dad1 /libavformat | |
parent | 619298a84dcad59e42062a00b8ffe422a1a38d7c (diff) | |
download | ffmpeg-7bac991fd92a76e78092d85261c3497e236922a7.tar.gz |
Reindent after r25032.
Originally committed as revision 25033 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 4ab2c33489..7c82a37e42 100644 --- a/libavformat/rtsp.c +++ b/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].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) { |