[Mplayer-cvslog] CVS: main/postproc postprocess_template.c,1.69,1.70

Michael Niedermayer CVS michael at mplayerhq.hu
Mon Dec 30 13:36:44 CET 2002


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

Modified Files:
	postprocess_template.c 
Log Message:
10l (int i)


Index: postprocess_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess_template.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- postprocess_template.c	29 Dec 2002 23:31:52 -0000	1.69
+++ postprocess_template.c	30 Dec 2002 12:36:28 -0000	1.70
@@ -2075,7 +2075,7 @@
 #endif
 //static int test=0;
 
-static void inline RENAME(tempNoiseReducer)(uint8_t *src, int stride,
+static inline void RENAME(tempNoiseReducer)(uint8_t *src, int stride,
 				    uint8_t *tempBlured, uint32_t *tempBluredPast, int *maxNoise)
 {
 	// to save a register (FIXME do this outside of the loops)
@@ -2828,6 +2828,7 @@
 			memcpy(dst, tempDst + 9*dstStride, copyAhead*dstStride);
 		else
 		{
+			int i;
 			for(i=0; i<copyAhead; i++)
 			{
 				memcpy(dst + i*dstStride, tempDst + (9+i)*dstStride, width);




More information about the MPlayer-cvslog mailing list