mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
-forceidx added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@571 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f7d5134c02
commit
f7da9d82c5
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user