changeset 515:d82c71fefdda

add noautosub option
author pontscho
date Wed, 18 Apr 2001 20:45:42 +0000
parents 4a8e05985649
children bdca96b27ceb
files cfg-mplayer.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Wed Apr 18 20:44:59 2001 +0000
+++ b/cfg-mplayer.h	Wed Apr 18 20:45:42 2001 +0000
@@ -39,6 +39,7 @@
 	{"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},