[FFmpeg-cvslog] r25390 - trunk/libavformat/sdp.c

mstorsjo subversion
Thu Oct 7 10:00:03 CEST 2010


Author: mstorsjo
Date: Thu Oct  7 10:00:03 2010
New Revision: 25390

Log:
Reindent

Modified:
   trunk/libavformat/sdp.c

Modified: trunk/libavformat/sdp.c
==============================================================================
--- trunk/libavformat/sdp.c	Thu Oct  7 09:59:35 2010	(r25389)
+++ trunk/libavformat/sdp.c	Thu Oct  7 10:00:03 2010	(r25390)
@@ -80,7 +80,7 @@ static void sdp_write_header(char *buff,
 
 #if CONFIG_NETWORK
 static int resolve_destination(char *dest_addr, int size, char *type,
-                                int type_size)
+                               int type_size)
 {
     struct addrinfo hints, *ai;
     int is_multicast;
@@ -105,7 +105,7 @@ static int resolve_destination(char *des
 }
 #else
 static int resolve_destination(char *dest_addr, int size, char *type,
-                                int type_size)
+                               int type_size)
 {
     return 0;
 }
@@ -132,11 +132,11 @@ static int sdp_get_address(char *dest_ad
     if (p) {
         char buff[64];
 
-            if (find_info_tag(buff, sizeof(buff), "ttl", p)) {
-                *ttl = strtol(buff, NULL, 10);
-            } else {
-                *ttl = 5;
-            }
+        if (find_info_tag(buff, sizeof(buff), "ttl", p)) {
+            *ttl = strtol(buff, NULL, 10);
+        } else {
+            *ttl = 5;
+        }
     }
 
     return port;



More information about the ffmpeg-cvslog mailing list