[MPlayer-cvslog] CVS: main/libvo vo_dga.c, 1.73, 1.74 x11_common.c, 1.195, 1.196

Diego Biurrun CVS syncmail at mplayerhq.hu
Wed Aug 24 02:46:07 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv26982/libvo

Modified Files:
	vo_dga.c x11_common.c 
Log Message:
Slightly reduce unnecessary verbosity.


Index: vo_dga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dga.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- vo_dga.c	5 Aug 2005 01:24:36 -0000	1.73
+++ vo_dga.c	24 Aug 2005 00:46:04 -0000	1.74
@@ -889,7 +889,7 @@
                    "resolution supported by DGA driver!\n");
 #endif
         }                       //else{
-        //  mp_msg(MSGT_VO, MSGL_INFO, "vo_dga: X running at: %s\n", 
+        //  mp_msg(MSGT_VO, MSGL_V, "vo_dga: X running at: %s\n", 
         //            vd_GetModeString(vo_dga_XServer_mode));
         //}                                
 

Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- x11_common.c	21 Aug 2005 01:20:31 -0000	1.195
+++ x11_common.c	24 Aug 2005 00:46:04 -0000	1.196
@@ -506,7 +506,7 @@
         mLocalDisplay = 1;
     else
         mLocalDisplay = 0;
-    mp_msg(MSGT_VO, MSGL_INFO,
+    mp_msg(MSGT_VO, MSGL_V,
            "vo: X11 running at %dx%d with depth %d and %d bpp (\"%s\" => %s display)\n",
            vo_screenwidth, vo_screenheight, depth, vo_depthonscreen,
            dispName, mLocalDisplay ? "local" : "remote");




More information about the MPlayer-cvslog mailing list