summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-19 00:13:24 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-19 00:13:24 +0000
commitafadde7be4781a8a5a60c0c85e254deec9435415 (patch)
tree6dc3b1d3d5dce2311483d1025102b68116a3a496 /cfg-mplayer.h
parent5f4b4b943680997d5909931e63e65dea38458427 (diff)
downloadmpv-afadde7be4781a8a5a60c0c85e254deec9435415.tar.bz2
mpv-afadde7be4781a8a5a60c0c85e254deec9435415.tar.xz
config fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@149 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 1204bd13af..10b367a59c 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -38,7 +38,6 @@ struct config conf[]={
{"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0},
{"idx", &no_index, CONF_TYPE_FLAG, 0, 1, 0},
{"noidx", &no_index, CONF_TYPE_FLAG, 0, 0, 1},
- {"v", &verbose, CONF_TYPE_FLAG, 0, 0, 1},
- {"nov", &verbose, CONF_TYPE_FLAG, 0, 1, 0},
+ {"v", &verbose, CONF_TYPE_INT, 0, 0, 0},
{NULL, NULL, 0, 0, 0, 0}
};