[FFmpeg-devel] [PATCH] api-h264-slice-test: fix arguments and help

Rafaël Carré funman at videolan.org
Thu Jan 10 13:14:24 EET 2019


On 1/10/19 12:12 PM, Rafaël Carré wrote:

> -        fprintf(stderr, "Usage: %s <threads> <input file> <output
> file>\n", argv[0]);

I can't use git send-email with google so I had to copy paste the patch
into thunderbird.

The 2 lines above probably needs concatenating to apply the patch

> +    if (argc < 3) {
> +        fprintf(stderr, "Usage: %s <threads> <input file>\n", argv[0]);
>          return -1;
>      }
> 



More information about the ffmpeg-devel mailing list