diff rtpproto.c @ 5776:d34f985d6e8f libavformat

Reindent
author mstorsjo
date Mon, 08 Mar 2010 09:05:03 +0000
parents 7a123cc24a81
children 1851c2275530
line wrap: on
line diff
--- a/rtpproto.c	Mon Mar 08 09:03:25 2010 +0000
+++ b/rtpproto.c	Mon Mar 08 09:05:03 2010 +0000
@@ -65,7 +65,7 @@
     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 @@
     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;