Re: [FFmpeg-devel] [PATCHv2 2/2] avcodec/vda_h264_dec: use multichar literal portably

2015-09-18 Thread Ganesh Ajjanagadde
On Fri, Sep 18, 2015 at 7:28 PM, Ganesh Ajjanagadde wrote: > Multichar literals are implementation defined, and thus trigger -Wmultichar: > http://fate.ffmpeg.org/log.cgi?time=20150918202532&log=compile&slot=x86_64-darwin-gcc-5. > This patch uses AV_RB32 to silence such warnings. > > Signed-off-by

[FFmpeg-devel] [PATCHv2 2/2] avcodec/vda_h264_dec: use multichar literal portably

2015-09-18 Thread Ganesh Ajjanagadde
Multichar literals are implementation defined, and thus trigger -Wmultichar: http://fate.ffmpeg.org/log.cgi?time=20150918202532&log=compile&slot=x86_64-darwin-gcc-5. This patch uses AV_RB32 to silence such warnings. Signed-off-by: Ganesh Ajjanagadde --- libavcodec/vda_h264_dec.c | 10 +-