Re: [FFmpeg-devel] [PATCH] avcodec/motion_est_template: fix undefined left shift of negative number

2015-09-19 Thread Michael Niedermayer
On Sat, Sep 19, 2015 at 01:18:16PM -0400, Ganesh Ajjanagadde wrote: > This fixes -Wshift-negative-value reported with clang 3.7+, e.g > http://fate.ffmpeg.org/log.cgi?time=20150918181527&log=compile&slot=x86_64-darwin-clang-polly-vectorize-stripmine-3.7. > > Signed-off-by: Ganesh Ajjanagadde > --

[FFmpeg-devel] [PATCH] avcodec/motion_est_template: fix undefined left shift of negative number

2015-09-19 Thread Ganesh Ajjanagadde
This fixes -Wshift-negative-value reported with clang 3.7+, e.g http://fate.ffmpeg.org/log.cgi?time=20150918181527&log=compile&slot=x86_64-darwin-clang-polly-vectorize-stripmine-3.7. Signed-off-by: Ganesh Ajjanagadde --- libavcodec/motion_est_template.c | 2 +- 1 file changed, 1 insertion(+), 1