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;
> }
>
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel