[Mplayer-cvslog] CVS: main/postproc postprocess_template.c,1.59,1.60

Arpi of Ize arpi at mplayerhq.hu
Sun Sep 1 16:30:57 CEST 2002


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

Modified Files:
	postprocess_template.c 
Log Message:
warning fixes by Dominik Mierzejewski <dominik at rangers.eu.org>


Index: postprocess_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess_template.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- postprocess_template.c	8 Aug 2002 10:46:16 -0000	1.59
+++ postprocess_template.c	1 Sep 2002 14:30:55 -0000	1.60
@@ -2449,6 +2449,8 @@
  * Copies a block from src to dst and fixes the blacklevel
  * levelFix == 0 -> dont touch the brighness & contrast
  */
+#undef SCALED_CPY
+
 static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, uint8_t src[], int srcStride,
 	int levelFix)
 {




More information about the MPlayer-cvslog mailing list