[SCM] libav/experimental: Make ffserver show a banner at startup. Patch by Stefano Sabatini stefano sabatini-lala poste it

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


The following commit has been merged in the experimental branch:
commit 3578e9a072308696f97c99598b5e5318fd165eb8
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Sep 28 15:09:06 2007 +0000

    Make ffserver show a banner at startup.
    Patch by Stefano Sabatini stefano sabatini-lala poste it
    
    Originally committed as revision 10607 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffserver.c b/ffserver.c
index ef96078..5368540 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -4361,6 +4361,8 @@ int main(int argc, char **argv)
 
     av_register_all();
 
+    show_banner(program_name, program_birth_year);
+
     config_filename = "/etc/ffserver.conf";
 
     my_program_name = argv[0];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list