[Mplayer-cvslog] CVS: main/postproc swscale_template.c,1.101,1.102

Alex Beregszaszi alex at mplayerhq.hu
Tue Apr 22 01:14:45 CEST 2003


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

Modified Files:
	swscale_template.c 
Log Message:
killed an mp_msg occurance

Index: swscale_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale_template.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- swscale_template.c	17 Apr 2003 19:32:46 -0000	1.101
+++ swscale_template.c	21 Apr 2003 23:14:21 -0000	1.102
@@ -2582,7 +2582,7 @@
 		static int firstTime=1; //FIXME move this into the context perhaps
 		if(flags & SWS_PRINT_INFO && firstTime)
 		{
-			mp_msg(MSGT_SWS,MSGL_WARN,"SwScaler: Warning: dstStride is not aligned!\n"
+			MSG_WARN("SwScaler: Warning: dstStride is not aligned!\n"
 					"SwScaler:          ->cannot do aligned memory acesses anymore\n");
 			firstTime=0;
 		}



More information about the MPlayer-cvslog mailing list