[Mplayer-cvslog] CVS: main/postproc swscale_template.c,1.76,1.77

Alban Bedel CVS albeu at mplayerhq.hu
Thu May 2 12:59:31 CEST 2002


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

Modified Files:
	swscale_template.c 
Log Message:
printf to mp_msg


Index: swscale_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale_template.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- swscale_template.c	1 Apr 2002 14:01:22 -0000	1.76
+++ swscale_template.c	2 May 2002 10:59:29 -0000	1.77
@@ -2667,7 +2667,7 @@
 		static int firstTime=1; //FIXME move this into the context perhaps
 		if(flags & SWS_PRINT_INFO && firstTime)
 		{
-			fprintf(stderr, "SwScaler: Warning: dstStride is not aligned!\n"
+			mp_msg(MSGT_SWS,MSGL_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