summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 8a0adadd74..3ebc642923 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -142,6 +142,8 @@ struct config conf[]={
#endif
#endif
// {"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},
+ {"vobsub", &vobsub_name, CONF_TYPE_STRING, 0, 0, 0},
+ {"vobsubid", &vobsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31},
#ifdef USE_SUB
{"sub", &sub_name, CONF_TYPE_STRING, 0, 0, 0},
#ifdef USE_ICONV