[Mplayer-cvslog] CVS: main/postproc swscale_template.c,1.50,1.51

Michael Niedermayer michael at mplayer.dev.hu
Thu Dec 6 02:23:42 CET 2001


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

Modified Files:
	swscale_template.c 
Log Message:
dithering info wasnt displayed


Index: swscale_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale_template.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- swscale_template.c	6 Dec 2001 00:10:42 -0000	1.50
+++ swscale_template.c	6 Dec 2001 01:23:23 -0000	1.51
@@ -2364,8 +2364,8 @@
 
 if(firstTime)
 {
-#ifdef DITHER1X
-	char *dither= "dithered";
+#if defined (DITHER1XBPP) && defined (HAVE_MMX)
+	char *dither= " dithered";
 #else
 	char *dither= "";
 #endif
@@ -2379,9 +2379,9 @@
 		fprintf(stderr, "SwScaler: ehh flags invalid?! ");
 
 	if(dstbpp==15)
-		fprintf(stderr, "with %s BGR15 output ", dither);
+		fprintf(stderr, "with%s BGR15 output ", dither);
 	else if(dstbpp==16)
-		fprintf(stderr, "with %s BGR16 output ", dither);
+		fprintf(stderr, "with%s BGR16 output ", dither);
 	else if(dstbpp==24)
 		fprintf(stderr, "with BGR24 output ");
 	else if(dstbpp==32)




More information about the MPlayer-cvslog mailing list