提交 8eb1c1cd 编写于 作者: S Stefano Sabatini 提交者: 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
上级 b8de3429
......@@ -4318,7 +4318,6 @@ static int parse_ffconfig(const char *filename)
static void show_help(void)
{
show_banner(program_name, program_birth_year);
printf("usage: ffserver [-L] [-h] [-f configfile]\n"
"Hyper fast multi format Audio/Video streaming server\n"
"\n"
......@@ -4375,7 +4374,6 @@ int main(int argc, char **argv)
break;
switch(c) {
case 'L':
show_banner(program_name, program_birth_year);
show_license();
exit(0);
case '?':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册