Browse Source

cosmetics: ffserver -> FFserver

Originally committed as revision 15695 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 16 years ago
parent
commit
a3341b9da6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ffserver.c

+ 2
- 2
ffserver.c View File

@@ -567,7 +567,7 @@ static int http_server(void)
return -1; return -1;
} }


http_log("ffserver started.\n");
http_log("FFserver started.\n");


start_children(first_feed); start_children(first_feed);


@@ -4450,7 +4450,7 @@ static void opt_debug()


static void opt_show_help(void) static void opt_show_help(void)
{ {
printf("usage: ffserver [options]\n"
printf("usage: FFserver [options]\n"
"Hyper fast multi format Audio/Video streaming server\n"); "Hyper fast multi format Audio/Video streaming server\n");
printf("\n"); printf("\n");
show_help_options(options, "Main options:\n", 0, 0); show_help_options(options, "Main options:\n", 0, 0);


Loading…
Cancel
Save