Mercurial > mplayer.hg
changeset 14776:19993691ca6b
a helpful new message about vd.
author | joey |
---|---|
date | Wed, 23 Feb 2005 01:37:03 +0000 |
parents | 5b5417f6b598 |
children | 05377e7baf4f |
files | cfg-mplayer.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-mplayer.h Wed Feb 23 00:10:26 2005 +0000 +++ b/cfg-mplayer.h Wed Feb 23 01:37:03 2005 +0000 @@ -127,6 +127,11 @@ extern void revertPPOpt(void *conf, char* opt); extern char* pp_help; +m_option_t vd_conf[]={ + {"help", "To avoid vd, always use MPlayer with an appropriate video file instead of a live partner.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, + {NULL, NULL, 0, 0, 0, 0, NULL} +}; + /* * CONF_TYPE_FUNC_FULL : * allows own implementations for passing the params @@ -406,5 +411,7 @@ {"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, {"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, {"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, + + {"vd", vd_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, {NULL, NULL, 0, 0, 0, 0, NULL} };