[MPlayer-dev-eng] [PATCH] Remove -verbose
ods15 at ods15.dyndns.org
ods15 at ods15.dyndns.org
Sun Dec 11 17:55:56 CET 2005
It is (was, until 10 minutes ago) undocumented, doubly redundant and just
complicates explaining it in the man page...
Anyone against? anyone actually uses this option? will commit in a few days
- ods15
-------------- next part --------------
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.150
diff -u -r1.150 cfg-common.h
--- cfg-common.h 6 Dec 2005 08:45:06 -0000 1.150
+++ cfg-common.h 11 Dec 2005 16:52:20 -0000
@@ -3,7 +3,6 @@
// ------------------------- common options --------------------
{"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
- {"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL},
{"msglevel", msgl_config, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
Index: DOCS/man/en/mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1175
diff -u -r1.1175 mplayer.1
--- DOCS/man/en/mplayer.1 11 Dec 2005 16:44:44 -0000 1.1175
+++ DOCS/man/en/mplayer.1 11 Dec 2005 16:52:17 -0000
@@ -574,12 +574,6 @@
Increment verbosity level, one level for each \-v
found on the command line.
.
-.TP
-.B \-verbose <0\-4)
-Directly set verbosity level.
-See \-msglevel for the meaning of each level, taking into
-account that \-verbose 0 corresponds to level 5.
-.
.
.
.SH "PLAYER OPTIONS (MPLAYER ONLY)"
More information about the MPlayer-dev-eng
mailing list