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
This commit is contained in:
committed by
Diego Biurrun
parent
b8de342919
commit
8eb1c1cd5b
@ -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)
|
|||||||
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 '?':
|
||||||
|
Reference in New Issue
Block a user