Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-06-15 Thread Michael Niedermayer
On Fri, Jun 03, 2016 at 12:56:36AM +, Davinder Singh wrote: > On Thu, Jun 2, 2016 at 5:18 PM Michael Niedermayer > wrote: > > > On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: > > [...] > > > > > vf_hwdownload.c |6 -- > > > 1 file changed, 4 insertions(+), 2 deletion

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-06-02 Thread Davinder Singh
On Thu, Jun 2, 2016 at 5:18 PM Michael Niedermayer wrote: > On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: > [...] > > > vf_hwdownload.c |6 -- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > 5eb7416fececde847414f37de9a78a4e1cd5e1af > 0004-libavfilter-vf_hwdownlo

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-06-02 Thread Michael Niedermayer
On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: [...] > vf_hwdownload.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > 5eb7416fececde847414f37de9a78a4e1cd5e1af > 0004-libavfilter-vf_hwdownload-show-error-when-ff_formats.patch > From d1d00989a374facba3cdf777d9

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-24 Thread Ronald S. Bultje
Hi, On Tue, May 24, 2016 at 2:00 PM, Michael Niedermayer wrote: > On Mon, May 23, 2016 at 03:06:35PM +0200, Hendrik Leppkes wrote: > > On Mon, May 23, 2016 at 1:59 PM, Michael Niedermayer > > wrote: > > > On Mon, May 23, 2016 at 07:24:23AM -0400, Ronald S. Bultje wrote: > > >> Hi, > > >> > > >>

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-24 Thread Michael Niedermayer
On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: > On Sun, May 22, 2016 at 2:09 AM Michael Niedermayer > wrote: > > > On Sat, May 21, 2016 at 02:21:17PM +, Davinder Singh wrote: > > > hi, > > > > > > this patch fixes following compiler warnings: > > > > > > libavcodec/cfhd.c:34

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-24 Thread Michael Niedermayer
On Mon, May 23, 2016 at 03:06:35PM +0200, Hendrik Leppkes wrote: > On Mon, May 23, 2016 at 1:59 PM, Michael Niedermayer > wrote: > > On Mon, May 23, 2016 at 07:24:23AM -0400, Ronald S. Bultje wrote: > >> Hi, > >> > >> On Sun, May 22, 2016 at 11:39 PM, Michael Niedermayer < > >> mich...@niedermayer

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-23 Thread Hendrik Leppkes
On Mon, May 23, 2016 at 1:59 PM, Michael Niedermayer wrote: > On Mon, May 23, 2016 at 07:24:23AM -0400, Ronald S. Bultje wrote: >> Hi, >> >> On Sun, May 22, 2016 at 11:39 PM, Michael Niedermayer < >> mich...@niedermayer.cc> wrote: >> >> > On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wr

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-23 Thread Michael Niedermayer
On Mon, May 23, 2016 at 07:24:23AM -0400, Ronald S. Bultje wrote: > Hi, > > On Sun, May 22, 2016 at 11:39 PM, Michael Niedermayer < > mich...@niedermayer.cc> wrote: > > > On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: > > > On Sun, May 22, 2016 at 2:09 AM Michael Niedermayer > >

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-23 Thread Michael Niedermayer
On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: [...] > opencl.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > b3b89a601cc0447677a9f0f375c20f1f63d66f42 > 0005-libavutil-opencl-fixed-uninitialized-var-warning.patch > From 9259a055b908c12c7ab7c5f08aae95f3cdaacfa8 Mo

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-23 Thread Ronald S. Bultje
Hi, On Sun, May 22, 2016 at 11:39 PM, Michael Niedermayer < mich...@niedermayer.cc> wrote: > On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: > > On Sun, May 22, 2016 at 2:09 AM Michael Niedermayer > > > wrote: > > > > > On Sat, May 21, 2016 at 02:21:17PM +, Davinder Singh wro

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-22 Thread Michael Niedermayer
On Sun, May 22, 2016 at 01:51:05AM +, Davinder Singh wrote: > On Sun, May 22, 2016 at 2:09 AM Michael Niedermayer > wrote: > > > On Sat, May 21, 2016 at 02:21:17PM +, Davinder Singh wrote: > > > hi, > > > > > > this patch fixes following compiler warnings: > > > > > > libavcodec/cfhd.c:34

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-22 Thread Mark Thompson
On 22/05/16 02:51, Davinder Singh wrote: > Subject: [PATCH 6/7] libavcodec/pngenc: fixed assignment discards qualifier > warning > > --- > libavcodec/pngenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/pngenc.c b/libavcodec/pngenc.c > index 00c830e..7f09d6f 1

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-21 Thread Davinder Singh
On Sun, May 22, 2016 at 2:09 AM Michael Niedermayer wrote: > On Sat, May 21, 2016 at 02:21:17PM +, Davinder Singh wrote: > > hi, > > > > this patch fixes following compiler warnings: > > > > libavcodec/cfhd.c:346:78: warning: format specifies type 'unsigned short' > > but the argument has typ

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-21 Thread Michael Niedermayer
On Sat, May 21, 2016 at 02:21:17PM +, Davinder Singh wrote: > hi, > > this patch fixes following compiler warnings: > > libavcodec/cfhd.c:346:78: warning: format specifies type 'unsigned short' > but the argument has type 'int' [-Wformat] > av_log(avctx, AV_LOG_DEBUG, "Small chunk

Re: [FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-21 Thread Davinder Singh
2 more: libavcodec/pngenc.c:274:25: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] s->zstream.next_in = data; ^ libavcodec

[FFmpeg-devel] [PATCH] fix few compiler warnings

2016-05-21 Thread Davinder Singh
hi, this patch fixes following compiler warnings: libavcodec/cfhd.c:346:78: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat] av_log(avctx, AV_LOG_DEBUG, "Small chunk length %"PRIu16" %s\n", data * 4, tag < 0 ? "optional" : "required");