[FFmpeg-cvslog] r13956 - trunk/ffserver.c

stefano subversion
Wed Jun 25 00:30:41 CEST 2008


Author: stefano
Date: Wed Jun 25 00:30:41 2008
New Revision: 13956

Log:
Reindent.


Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Wed Jun 25 00:30:41 2008
@@ -416,11 +416,11 @@ static void start_children(FFStream *fee
                     slash++;
                 strcpy(slash, "ffmpeg");
 
-                    http_log("Launch commandline: ");
-                    http_log("%s ", pathname);
-                    for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++)
-                        http_log("%s ", feed->child_argv[i]);
-                    http_log("\n");
+                http_log("Launch commandline: ");
+                http_log("%s ", pathname);
+                for (i = 1; feed->child_argv[i] && feed->child_argv[i][0]; i++)
+                    http_log("%s ", feed->child_argv[i]);
+                http_log("\n");
 
                 for (i = 3; i < 256; i++)
                     close(i);




More information about the ffmpeg-cvslog mailing list