summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2007-09-30 04:09:10 +0000
committerDiego Biurrun <diego@biurrun.de>2007-09-30 04:09:10 +0000
commit8eb1c1cd5b03b5c53d36583cf87c202e8cad01cb (patch)
tree49636b79ae955d28545a87a5ee28864c434a99ac /ffserver.c
parentb8de342919d6ff7bae2c7ce6fff5fc2138108674 (diff)
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
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffserver.c b/ffserver.c
index 536854041d..94c565a026 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -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 '?':