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

Stefano Sabatini stefano.sabatini-lala
Sun Oct 26 08:54:57 CET 2008


On date Saturday 2008-10-25 02:51:46 +0200, bcoudurier wrote:
> 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
[...]
> @@ -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);

I'm not sure this is a good idea, ffplay and ffmpeg show the name of
the program lowcased, since the usage line has to mimick the command
the user will launch (and she will use lowcased characters).

Regards.




More information about the ffmpeg-cvslog mailing list