osdlevel can have the value of 3 too

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8722 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-01-02 16:51:19 +00:00
parent 3383f06468
commit 8e1256c70c
1 changed files with 1 additions and 1 deletions

View File

@ -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},