[MPlayer-cvslog] CVS: main/libvo vo_xmga.c, 1.90, 1.91 vo_xover.c, 1.10, 1.11 vo_xvidix.c, 1.70, 1.71 x11_common.c, 1.181, 1.182

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Nov 15 10:09:32 CET 2004


CVS change done by Diego Biurrun CVS

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

Modified Files:
	vo_xmga.c vo_xover.c vo_xvidix.c x11_common.c 
Log Message:
Reduce excessive verbosity.


Index: vo_xmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xmga.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- vo_xmga.c	28 Oct 2004 01:15:52 -0000	1.90
+++ vo_xmga.c	15 Nov 2004 09:09:29 -0000	1.91
@@ -165,7 +165,7 @@
                    vo_depthonscreen);
             return -1;
     }
-    mp_msg(MSGT_VO, MSGL_INFO, "Using colorkey: %x\n", colorkey);
+    mp_msg(MSGT_VO, MSGL_V, "Using colorkey: %x\n", colorkey);
 
     inited = 1;
 

Index: vo_xover.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xover.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vo_xover.c	28 Oct 2004 01:15:52 -0000	1.10
+++ vo_xover.c	15 Nov 2004 09:09:29 -0000	1.11
@@ -256,7 +256,7 @@
       mp_msg(MSGT_VO, MSGL_ERR, "Sorry, this (%d) color depth is not supported\n",
 	     vo_depthonscreen);
     }
-  mp_msg(MSGT_VO, MSGL_INFO, "Using colorkey: %x\n", colorkey);
+  mp_msg(MSGT_VO, MSGL_V, "Using colorkey: %x\n", colorkey);
 
   aspect(&d_width, &d_height, A_NOZOOM);
 

Index: vo_xvidix.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xvidix.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- vo_xvidix.c	28 Oct 2004 01:15:52 -0000	1.70
+++ vo_xvidix.c	15 Nov 2004 09:09:29 -0000	1.71
@@ -286,7 +286,7 @@
                    "Sorry, this (%d) color depth is not supported\n",
                    vo_depthonscreen);
     }
-    mp_msg(MSGT_VO, MSGL_INFO, "Using colorkey: %x\n", colorkey);
+    mp_msg(MSGT_VO, MSGL_V, "Using colorkey: %x\n", colorkey);
 
     aspect(&d_width, &d_height, A_NOZOOM);
 

Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- x11_common.c	14 Nov 2004 11:36:40 -0000	1.181
+++ x11_common.c	15 Nov 2004 09:09:29 -0000	1.182
@@ -230,6 +230,7 @@
            "use _NETWM_STATE_STAYS_ON_TOP hint if available");
     mp_msg(MSGT_VO, MSGL_INFO,
            "You can also negate the settings with simply putting '-' in the beginning");
+    mp_msg(MSGT_VO, MSGL_INFO, "\n\n");
 }
 
 static void fstype_dump(int fstype)
@@ -1646,7 +1647,7 @@
                 DPMSInfo(mDisplay, &state, &onoff);
                 if (onoff)
                 {
-                    mp_msg(MSGT_VO, MSGL_INFO,
+                    mp_msg(MSGT_VO, MSGL_V,
                            "Successfully enabled DPMS\n");
                 } else
                 {
@@ -1701,7 +1702,7 @@
         {
             Status stat;
 
-            mp_msg(MSGT_VO, MSGL_INFO, "Disabling DPMS\n");
+            mp_msg(MSGT_VO, MSGL_V, "Disabling DPMS\n");
             dpms_disabled = 1;
             stat = DPMSDisable(mDisplay);       // monitor powersave off
             mp_msg(MSGT_VO, MSGL_V, "DPMSDisable stat: %d\n", stat);




More information about the MPlayer-cvslog mailing list