diff rtsp.c @ 5776:d34f985d6e8f libavformat

Reindent
author mstorsjo
date Mon, 08 Mar 2010 09:05:03 +0000
parents 7a123cc24a81
children 2af44abfbfe8
line wrap: on
line diff
--- a/rtsp.c	Mon Mar 08 09:03:25 2010 +0000
+++ b/rtsp.c	Mon Mar 08 09:05:03 2010 +0000
@@ -447,7 +447,7 @@
 
             /* XXX: may need to add full url resolution */
             ff_url_split(proto, sizeof(proto), NULL, 0, NULL, 0,
-                      NULL, NULL, 0, p);
+                         NULL, NULL, 0, p);
             if (proto[0] == '\0') {
                 /* relative control URL */
                 if (rtsp_st->control_url[strlen(rtsp_st->control_url)-1]!='/')
@@ -1391,7 +1391,7 @@
 redirect:
     /* extract hostname and port */
     ff_url_split(NULL, 0, auth, sizeof(auth),
-              host, sizeof(host), &port, path, sizeof(path), s->filename);
+                 host, sizeof(host), &port, path, sizeof(path), s->filename);
     if (*auth) {
         int auth_len = strlen(auth), b64_len = ((auth_len + 2) / 3) * 4 + 1;