[SCM] libav/experimental: Make ffserver show launched commandlines not only in debug-mode.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:24:16 UTC 2013


The following commit has been merged in the experimental branch:
commit 5dc8eeb6396a1f8abf00a3f1a0ceb4ad36a14363
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Tue Jun 24 22:27:37 2008 +0000

    Make ffserver show launched commandlines not only in debug-mode.
    
    Originally committed as revision 13955 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffserver.c b/ffserver.c
index 923870e..83f3675 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -416,13 +416,11 @@ static void start_children(FFStream *feed)
                     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);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list