summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-22 01:35:18 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-22 01:35:18 +0000
commitf7da9d82c58783ab8c2a28fb0eff32abbf249671 (patch)
tree94b8aa956e1769b186ca53c09a6268a22029da22 /cfg-mplayer.h
parentf7d5134c02a81d30ccd8d5bd65e67b05d48e4217 (diff)
downloadmpv-f7da9d82c58783ab8c2a28fb0eff32abbf249671.tar.bz2
mpv-f7da9d82c58783ab8c2a28fb0eff32abbf249671.tar.xz
-forceidx added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@571 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index b3f992d20d..b1e7f12cf6 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", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
{"noidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 0},
+ {"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1},
+ {"forceidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 2},
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE, 0, 100},
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, 0, 0, 0},