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

2019-01-13 Thread Rafaël Carré
This patch also changes the call to api-h264-slice-test. v1 was done during a working day but was not requested by the direction. v2 was done on sunday. I think it's fair to say I was not paid for this, and to reassure you, both times I put a minimum amount of effort. >From

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 >

[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 ---

[FFmpeg-devel] [PATCH] h264dec: remove unneeded prototype

2017-07-06 Thread Rafaël Carré
--- libavcodec/h264dec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index c7abd9d45d..49ebeca6d8 100644 --- a/libavcodec/h264dec.c +++ b/libavcodec/h264dec.c @@ -55,8 +55,6 @@ #include "thread.h" #include "vdpau_compat.h" -static int

[FFmpeg-devel] [PATCH] libzvbi depends on ass

2016-08-23 Thread Rafaël Carré
--- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index b375720..430455f 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -901,7 +901,7 @@ OBJS-$(CONFIG_LIBX264_ENCODER)+= libx264.o

[FFmpeg-devel] [PATCH] avformat/mpegts: fix Opus stream count

2014-12-05 Thread Rafaël Carré
That number represents the number of streams, not the number of channels --- libavformat/mpegts.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 97da0a3..f4250c8 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c