Commit 8eb1c1cd authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun

Remove redundant banner output from ffserver.

patch by Stefano Sabatini, stefano.sabatini-lala poste it
Date: Sat, 29 Sep 2007 13:45:12 +0200
Subject: [FFmpeg-devel] [PATCH] Remove redundant banner output from ffserver

Originally committed as revision 10629 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b8de3429
...@@ -4318,7 +4318,6 @@ static int parse_ffconfig(const char *filename) ...@@ -4318,7 +4318,6 @@ static int parse_ffconfig(const char *filename)
static void show_help(void) static void show_help(void)
{ {
show_banner(program_name, program_birth_year);
printf("usage: ffserver [-L] [-h] [-f configfile]\n" printf("usage: ffserver [-L] [-h] [-f configfile]\n"
"Hyper fast multi format Audio/Video streaming server\n" "Hyper fast multi format Audio/Video streaming server\n"
"\n" "\n"
...@@ -4375,7 +4374,6 @@ int main(int argc, char **argv) ...@@ -4375,7 +4374,6 @@ int main(int argc, char **argv)
break; break;
switch(c) { switch(c) {
case 'L': case 'L':
show_banner(program_name, program_birth_year);
show_license(); show_license();
exit(0); exit(0);
case '?': case '?':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment