From 3578e9a072308696f97c99598b5e5318fd165eb8 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 28 Sep 2007 15:09:06 +0000 Subject: [PATCH] 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 --- ffserver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffserver.c b/ffserver.c index ef96078766..536854041d 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]; -- 2.11.0