summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-21 20:45:17 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-21 20:45:17 +0000
commitc85cefba3b238d7a85ccd4f488b38f5260a7b23f (patch)
treedefe078c479f74dafde4064d091403e1ee5ba859 /cfg-mplayer.h
parent4307f59b9c40130fb2b02d713bf69727469cb5bf (diff)
downloadmpv-c85cefba3b238d7a85ccd4f488b38f5260a7b23f.tar.bz2
mpv-c85cefba3b238d7a85ccd4f488b38f5260a7b23f.tar.xz
changed behavior or -idx/-noidx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@566 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 8da4b608f9..b3f992d20d 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -95,8 +95,9 @@ struct config conf[]={
{"bpp", &vo_dbpp, CONF_TYPE_INT, CONF_RANGE, 0, 32},
- {"idx", &no_index, CONF_TYPE_FLAG, 0, 1, 0},
- {"noidx", &no_index, CONF_TYPE_FLAG, 0, 0, 1},
+ {"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
+ {"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0},
+
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},
{"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},