summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-09-03 19:26:27 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-09-03 19:26:27 +0000
commit7bac991fd92a76e78092d85261c3497e236922a7 (patch)
tree9836a4c4ce4d55c1b1aebef01eca2727e0e1dad1 /libavformat/rtsp.c
parent619298a84dcad59e42062a00b8ffe422a1a38d7c (diff)
downloadffmpeg-streaming-7bac991fd92a76e78092d85261c3497e236922a7.zip
ffmpeg-streaming-7bac991fd92a76e78092d85261c3497e236922a7.tar.gz
Reindent after r25032.
Originally committed as revision 25033 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 4ab2c33..7c82a37 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) {
OpenPOWER on IntegriCloud