diff options
author | Martin Storsjö <martin@martin.st> | 2010-03-08 09:05:03 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-03-08 09:05:03 +0000 |
commit | f984dcf6dd3549b50e0ec40872b9485ac3d11f0e (patch) | |
tree | d40dbc095c9967000db3dbf7930a60a213cdb687 /libavformat/rtpproto.c | |
parent | c5c6e67c28e0e30b681cff55e8d85bb963d8640e (diff) | |
download | ffmpeg-f984dcf6dd3549b50e0ec40872b9485ac3d11f0e.tar.gz |
Reindent
Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r-- | libavformat/rtpproto.c | 4 |
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; |