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

stefano subversion
Wed Jun 25 00:27:38 CEST 2008


Author: stefano
Date: Wed Jun 25 00:27:37 2008
New Revision: 13955

Log:
Make ffserver show launched commandlines not only in debug-mode.


Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Wed Jun 25 00:27:37 2008
@@ -416,13 +416,11 @@ static void start_children(FFStream *fee
                     slash++;
                 strcpy(slash, "ffmpeg");
 
-                if (ffserver_debug) {
                     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