[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.26,1.27

Nick Kurshev nick at mplayer.dev.hu
Tue Oct 30 17:47:41 CET 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv3789/main/libvo

Modified Files:
	vo_vesa.c 
Log Message:
print 'sw convertor usage' without verbosing

Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- vo_vesa.c	30 Oct 2001 16:17:38 -0000	1.26
+++ vo_vesa.c	30 Oct 2001 16:47:27 -0000	1.27
@@ -594,7 +594,7 @@
 		    printf("vo_vesa: Can't convert %u to %u\n",image_bpp,video_mode_info.BitsPerPixel);
 		    return -1;
 		  }
-		  if(verbose) printf("vo_vesa: using %u to %u sw convertor\n",image_bpp,video_mode_info.BitsPerPixel);
+		  printf("vo_vesa: using %u-bpp to %u-bpp sw convertor\n",image_bpp,video_mode_info.BitsPerPixel);
 		}		
 		if((video_mode_info.WinAAttributes & FRAME_MODE) == FRAME_MODE)
 		   win.idx = 0; /* frame A */




More information about the MPlayer-cvslog mailing list