[FFmpeg-devel] [PATCH] Remove unnecessary calls to show_help()

Diego Biurrun diego
Wed Oct 29 00:03:17 CET 2008


On Tue, Oct 28, 2008 at 09:15:16PM +0100, Stefano Sabatini wrote:
> 
> --- ffplay.c	(revision 15731)
> +++ ffplay.c	(working copy)
> @@ -2553,7 +2553,7 @@
>      if (!input_filename) {
> -        show_help();
> +        fprintf(stderr, "Must supply at least one input file\n");

You must supply at least one input file.

Diego




More information about the ffmpeg-devel mailing list