diff postproc/swscale_template.c @ 5937:4b18bf35f153

printf to mp_msg
author albeu
date Thu, 02 May 2002 11:00:16 +0000
parents eb87391a5292
children e7635c03910f
line wrap: on
line diff
--- a/postproc/swscale_template.c	Thu May 02 10:52:30 2002 +0000
+++ b/postproc/swscale_template.c	Thu May 02 11:00:16 2002 +0000
@@ -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;
 		}