[FFmpeg-cvslog] r15695 - trunk/ffserver.c

bcoudurier subversion
Sat Oct 25 02:51:46 CEST 2008


Author: bcoudurier
Date: Sat Oct 25 02:51:45 2008
New Revision: 15695

Log:
cosmetics: ffserver -> FFserver

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Sat Oct 25 02:51:45 2008
@@ -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);




More information about the ffmpeg-cvslog mailing list