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

2019-01-10 Thread Moritz Barsnick
Rafaël Carré wrote: > I can't use git send-email with google so I had to copy paste the patch > into thunderbird. You can use "git format-patch" and attach the created patch file in Thunderbird. $ git format-patch HEAD^ or $ git format-patch 556d7d9e3b09157555310466a47e25a9ebfd8f4e^..556d7d9e3b

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

2019-01-10 Thread Rafaël Carré
On 1/10/19 12:12 PM, Rafaël Carré wrote: > -fprintf(stderr, "Usage: %sfile>\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) { > +fpr

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

2019-01-10 Thread Rafaël Carré
This program only takes 2 arguments Remove comment that was never right --- tests/api/api-h264-slice-test.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/api/api-h264-slice-test.c b/tests/api/api-h264-slice-test.c index b893737bca..dee93b8349 100644 --- a/tests/ap