summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 16:51:19 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 16:51:19 +0000
commit8e1256c70c85346a4e532b2d769bdc27186f8f7e (patch)
treefdf6490a4e0fdde65c6fc7aad4b098a855f0f194 /cfg-mplayer.h
parent3383f06468b08eba42a4cf9e37f3953d8165bd3b (diff)
downloadmpv-8e1256c70c85346a4e532b2d769bdc27186f8f7e.tar.bz2
mpv-8e1256c70c85346a4e532b2d769bdc27186f8f7e.tar.xz
osdlevel can have the value of 3 too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8722 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 589235e46f..d28949e8b0 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -344,7 +344,7 @@ static config_t mplayer_opts[]={
//---------------------- mplayer-only options ------------------------
- {"osdlevel", &osd_level, CONF_TYPE_INT, CONF_RANGE, 0, 2 , NULL},
+ {"osdlevel", &osd_level, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
#ifdef HAVE_MENU
{"menu", &use_menu, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"nomenu", &use_menu, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},