[MPlayer-dev-eng] [PATCH] slightly reduce libvo verbosity
Diego Biurrun
diego at biurrun.de
Tue Aug 23 00:21:38 CEST 2005
Hi,
unless somebody objects I will commit a patch that moves the message
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
to verbose mode tomorrow or so.
Diego
-------------- next part --------------
Index: libvo/vo_dga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dga.c,v
retrieving revision 1.73
diff -u -r1.73 vo_dga.c
--- libvo/vo_dga.c 5 Aug 2005 01:24:36 -0000 1.73
+++ libvo/vo_dga.c 22 Aug 2005 22:16:19 -0000
@@ -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: libvo/x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.195
diff -u -r1.195 x11_common.c
--- libvo/x11_common.c 21 Aug 2005 01:20:31 -0000 1.195
+++ libvo/x11_common.c 22 Aug 2005 22:16:19 -0000
@@ -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-dev-eng
mailing list