summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-03-08 09:05:03 +0000
committerMartin Storsjö <martin@martin.st>2010-03-08 09:05:03 +0000
commitf984dcf6dd3549b50e0ec40872b9485ac3d11f0e (patch)
treed40dbc095c9967000db3dbf7930a60a213cdb687 /libavformat/rtpproto.c
parentc5c6e67c28e0e30b681cff55e8d85bb963d8640e (diff)
Reindent
Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r--libavformat/rtpproto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index 02f050f131..bb4aa31a1a 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -65,7 +65,7 @@ int rtp_set_remote_url(URLContext *h, const char *uri)
char path[1024];
ff_url_split(NULL, 0, NULL, 0, hostname, sizeof(hostname), &port,
- path, sizeof(path), uri);
+ path, sizeof(path), uri);
ff_url_join(buf, sizeof(buf), "udp", NULL, hostname, port, "%s", path);
udp_set_remote_url(s->rtp_hd, buf);
@@ -135,7 +135,7 @@ static int rtp_open(URLContext *h, const char *uri, int flags)
h->priv_data = s;
ff_url_split(NULL, 0, NULL, 0, hostname, sizeof(hostname), &port,
- path, sizeof(path), uri);
+ path, sizeof(path), uri);
/* extract parameters */
ttl = -1;
local_port = -1;