Re: [FFmpeg-devel] [PATCHv2] avcodec/dvenc: silence -Wdiscarded-qualifiers

2015-10-28 Thread Ganesh Ajjanagadde
On Sun, Oct 4, 2015 at 8:44 PM, Ganesh Ajjanagadde wrote: > On Sun, Sep 20, 2015 at 9:09 AM, Ganesh Ajjanagadde > wrote: >> s->frame is non-const, so this casts them explicitly. >> This suppresses -Wdiscarded-qualifiers seen in e.g >> http://fate.ffmpeg.org/log.cgi?time=20150919100330&log=compile

Re: [FFmpeg-devel] [PATCHv2] avcodec/dvenc: silence -Wdiscarded-qualifiers

2015-10-04 Thread Ganesh Ajjanagadde
On Sun, Sep 20, 2015 at 9:09 AM, Ganesh Ajjanagadde wrote: > s->frame is non-const, so this casts them explicitly. > This suppresses -Wdiscarded-qualifiers seen in e.g > http://fate.ffmpeg.org/log.cgi?time=20150919100330&log=compile&slot=x86_64-archlinux-gcc-enableshared. > > Signed-off-by: Ganesh

[FFmpeg-devel] [PATCHv2] avcodec/dvenc: silence -Wdiscarded-qualifiers

2015-09-20 Thread Ganesh Ajjanagadde
s->frame is non-const, so this casts them explicitly. This suppresses -Wdiscarded-qualifiers seen in e.g http://fate.ffmpeg.org/log.cgi?time=20150919100330&log=compile&slot=x86_64-archlinux-gcc-enableshared. Signed-off-by: Ganesh Ajjanagadde --- libavcodec/dvenc.c | 2 +- 1 file changed, 1 inser