From 555f352f99317b141f109716524b5a2aace91316 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 14 Oct 2012 03:48:05 +0200 Subject: swr/rematrix: fix C99 left shift overflow Signed-off-by: Michael Niedermayer --- libswresample/rematrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample/rematrix.c') diff --git a/libswresample/rematrix.c b/libswresample/rematrix.c index 72da438e6c..3115c99dde 100644 --- a/libswresample/rematrix.c +++ b/libswresample/rematrix.c @@ -158,7 +158,7 @@ av_cold static int auto_matrix(SwrContext *s) memset(s->matrix, 0, sizeof(s->matrix)); for(i=0; i<64; i++){ - if(in_ch_layout & out_ch_layout & (1LL<