Re: [FFmpeg-devel] [PATCH] avformat/rtmpcrypt: fix discarded const warning

2015-10-11 Thread Ronald S. Bultje
Hi, On Sun, Oct 11, 2015 at 2:35 PM, Ganesh Ajjanagadde wrote: > On Sun, Oct 11, 2015 at 2:33 PM, Ronald S. Bultje > wrote: > > Hi, > > > > On Sun, Oct 11, 2015 at 2:15 PM, Ganesh Ajjanagadde > > wrote: > > > >> On Fri, Sep 18, 2015 at 5:02 PM, Michael Niedermayer > >> wrote: > >> > On Fri, S

Re: [FFmpeg-devel] [PATCH] avformat/rtmpcrypt: fix discarded const warning

2015-10-11 Thread Ganesh Ajjanagadde
On Sun, Oct 11, 2015 at 2:33 PM, Ronald S. Bultje wrote: > Hi, > > On Sun, Oct 11, 2015 at 2:15 PM, Ganesh Ajjanagadde > wrote: > >> On Fri, Sep 18, 2015 at 5:02 PM, Michael Niedermayer >> wrote: >> > On Fri, Sep 18, 2015 at 09:50:29PM +0200, Nicolas George wrote: >> >> Le jour du Génie, an CCXX

Re: [FFmpeg-devel] [PATCH] avformat/rtmpcrypt: fix discarded const warning

2015-10-11 Thread Ronald S. Bultje
Hi, On Sun, Oct 11, 2015 at 2:15 PM, Ganesh Ajjanagadde wrote: > On Fri, Sep 18, 2015 at 5:02 PM, Michael Niedermayer > wrote: > > On Fri, Sep 18, 2015 at 09:50:29PM +0200, Nicolas George wrote: > >> Le jour du Génie, an CCXXIII, Ganesh Ajjanagadde a écrit : > >> > This patch silences a -Wdisca

Re: [FFmpeg-devel] [PATCH] avformat/rtmpcrypt: fix discarded const warning

2015-10-11 Thread Ganesh Ajjanagadde
On Fri, Sep 18, 2015 at 5:02 PM, Michael Niedermayer wrote: > On Fri, Sep 18, 2015 at 09:50:29PM +0200, Nicolas George wrote: >> Le jour du Génie, an CCXXIII, Ganesh Ajjanagadde a écrit : >> > This patch silences a -Wdiscarded-qualifiers observed with GCC 5.2. >> > >> > Signed-off-by: Ganesh Ajjan

Re: [FFmpeg-devel] [PATCH] avformat/rtmpcrypt: fix discarded const warning

2015-09-18 Thread Michael Niedermayer
On Fri, Sep 18, 2015 at 09:50:29PM +0200, Nicolas George wrote: > Le jour du Génie, an CCXXIII, Ganesh Ajjanagadde a écrit : > > This patch silences a -Wdiscarded-qualifiers observed with GCC 5.2. > > > > Signed-off-by: Ganesh Ajjanagadde > > --- > > libavformat/rtmpcrypt.c | 2 +- > > 1 file ch

Re: [FFmpeg-devel] [PATCH] avformat/rtmpcrypt: fix discarded const warning

2015-09-18 Thread Ganesh Ajjanagadde
On Fri, Sep 18, 2015 at 3:50 PM, Nicolas George wrote: > Le jour du Génie, an CCXXIII, Ganesh Ajjanagadde a écrit : >> This patch silences a -Wdiscarded-qualifiers observed with GCC 5.2. >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libavformat/rtmpcrypt.c | 2 +- >> 1 file changed, 1 insert

Re: [FFmpeg-devel] [PATCH] avformat/rtmpcrypt: fix discarded const warning

2015-09-18 Thread Nicolas George
Le jour du Génie, an CCXXIII, Ganesh Ajjanagadde a écrit : > This patch silences a -Wdiscarded-qualifiers observed with GCC 5.2. > > Signed-off-by: Ganesh Ajjanagadde > --- > libavformat/rtmpcrypt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I am not sure this is correct: the buffe

[FFmpeg-devel] [PATCH] avformat/rtmpcrypt: fix discarded const warning

2015-09-18 Thread Ganesh Ajjanagadde
This patch silences a -Wdiscarded-qualifiers observed with GCC 5.2. Signed-off-by: Ganesh Ajjanagadde --- libavformat/rtmpcrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtmpcrypt.c b/libavformat/rtmpcrypt.c index 2065ec6..447dbc2 100644 --- a/libavformat/