[Mplayer-cvslog] CVS: main/postproc swscale_template.c,1.96,1.97

Michael Niedermayer CVS michael at mplayerhq.hu
Sat Feb 15 18:29:15 CET 2003


Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv20359

Modified Files:
	swscale_template.c 
Log Message:
1000l


Index: swscale_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale_template.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- swscale_template.c	15 Feb 2003 15:07:57 -0000	1.96
+++ swscale_template.c	15 Feb 2003 17:29:01 -0000	1.97
@@ -1696,7 +1696,7 @@
 		int g= src[i*3+1];
 		int r= src[i*3+2];
 
-		dst[i]= ((RY*r + GY*g + BY*b + (33<<(RGB2YUV_SHIFT-1)) )>>RGB2YUV_SHIFT)
+		dst[i]= ((RY*r + GY*g + BY*b + (33<<(RGB2YUV_SHIFT-1)) )>>RGB2YUV_SHIFT);
 	}
 #endif
 }



More information about the MPlayer-cvslog mailing list