diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2008-01-17 08:57:15 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-01-17 08:57:15 +0000 |
commit | e5091488a5eb830d29872b4a63c70b202d69a5a5 (patch) | |
tree | 74a1bfac86fa9f8a2929cc9b7b52d0ae87e678ea /libswscale/yuv2rgb_altivec.c | |
parent | 61dbf4e557b2f1b9ce3d6ddf2367f4d078db3996 (diff) | |
download | ffmpeg-e5091488a5eb830d29872b4a63c70b202d69a5a5.tar.gz |
Remove non cosmetic spaces inside parentheses.
Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb_altivec.c')
-rw-r--r-- | libswscale/yuv2rgb_altivec.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |