[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/libpostproc postprocess_template.c, 1.94, 1.95

Måns Rullgård CVS mru
Fri May 13 23:04:19 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/libpostproc
In directory mail:/var2/tmp/cvs-serv1207/libpostproc

Modified Files:
	postprocess_template.c 
Log Message:
remove/replace non-ascii characters


Index: postprocess_template.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/libpostproc/postprocess_template.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- postprocess_template.c	5 May 2005 12:37:38 -0000	1.94
+++ postprocess_template.c	13 May 2005 21:04:16 -0000	1.95
@@ -3467,7 +3467,7 @@
 		uint8_t *dstBlock= tempDst + dstStride;
 
 		// From this point on it is guranteed that we can read and write 16 lines downward
-		// finish 1 block before the next otherwise we?ll might have a problem
+		// finish 1 block before the next otherwise we might have a problem
 		// with the L1 Cache of the P4 ... or only a few blocks at a time or soemthing
 		for(x=0; x<width; x+=BLOCK_SIZE)
 		{
@@ -3583,7 +3583,7 @@
 //printf("\n");
 
 		// From this point on it is guranteed that we can read and write 16 lines downward
-		// finish 1 block before the next otherwise we?ll might have a problem
+		// finish 1 block before the next otherwise we might have a problem
 		// with the L1 Cache of the P4 ... or only a few blocks at a time or soemthing
 		for(x=0; x<width; x+=BLOCK_SIZE)
 		{





More information about the ffmpeg-cvslog mailing list