cosmetics: ffserver -> FFserver
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 25 Oct 2008 00:51:45 +0000 (00:51 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Sat, 25 Oct 2008 00:51:45 +0000 (00:51 +0000)
Originally committed as revision 15695 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffserver.c

index dcaeeb4..168f996 100644 (file)
@@ -567,7 +567,7 @@ static int http_server(void)
         return -1;
     }
 
-    http_log("ffserver started.\n");
+    http_log("FFserver started.\n");
 
     start_children(first_feed);
 
@@ -4450,7 +4450,7 @@ static void opt_debug()
 
 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");
     printf("\n");
     show_help_options(options, "Main options:\n", 0, 0);