mirror of https://github.com/mpv-player/mpv
add noautosub option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@516 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a1bfbb726d
commit
db2059d8bb
|
@ -39,6 +39,7 @@ struct config conf[]={
|
|||
{"sub", &sub_name, CONF_TYPE_STRING, 0, 0, 0},
|
||||
{"subdelay", &sub_delay, CONF_TYPE_FLOAT, 0, 0.0, 10.0},
|
||||
{"subfps", &sub_fps, CONF_TYPE_FLOAT, 0, 0.0, 10.0},
|
||||
{"noautosub", &sub_auto, CONF_TYPE_FLAG, 0, 1, 0},
|
||||
{"font", &font_name, CONF_TYPE_STRING, 0, 0, 0},
|
||||
{"ffactor", &font_factor, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 10.0},
|
||||
{"bg", &play_in_bg, CONF_TYPE_FLAG, 0, 0, 1},
|
||||
|
|
Loading…
Reference in New Issue