From 821d1ccea5a7f946f0e9c78ce0bf834b094e45b0 Mon Sep 17 00:00:00 2001 From: benoit Date: Thu, 17 Jan 2008 08:57:15 +0000 Subject: Remove non cosmetic spaces inside parentheses. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25777 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/yuv2rgb_altivec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/yuv2rgb_altivec.c') diff --git a/libswscale/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c index ccb3c73b92..ebc9a64974 100644 --- a/libswscale/yuv2rgb_altivec.c +++ b/libswscale/yuv2rgb_altivec.c @@ -762,7 +762,7 @@ void yuv2rgb_altivec_init_tables (SwsContext *c, const int inv_table[4],int brig vector signed short vec; } buf; - buf.tmp[0] = ( (0xffffLL) * contrast>>8 )>>9; //cy + buf.tmp[0] = ((0xffffLL) * contrast>>8)>>9; //cy buf.tmp[1] = -256*brightness; //oy buf.tmp[2] = (inv_table[0]>>3) *(contrast>>16)*(saturation>>16); //crv buf.tmp[3] = (inv_table[1]>>3) *(contrast>>16)*(saturation>>16); //cbu -- cgit v1.2.3