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