summaryrefslogtreecommitdiffstats
path: root/core/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-29 01:39:50 +0200
committerwm4 <wm4@nowhere>2013-05-30 22:41:24 +0200
commitfd02f0f4d88371c728aff3b4487974118ba4d014 (patch)
tree222cd0a24b2525840ecc5aba8355f9e464acff10 /core/cfg-mplayer.h
parentf429b4eaa89d9d752b2701582ebc287265f20450 (diff)
downloadmpv-fd02f0f4d88371c728aff3b4487974118ba4d014.tar.bz2
mpv-fd02f0f4d88371c728aff3b4487974118ba4d014.tar.xz
options: add --no-sub-visibility for symmetry
Not really useful, but for symmetry with the sub-visibility property (mapped to the 'v' key by default).
Diffstat (limited to 'core/cfg-mplayer.h')
-rw-r--r--core/cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index 5a2c32e0d0..529972766b 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -476,6 +476,7 @@ const m_option_t common_opts[] = {
{"sub-delay", &sub_delay, CONF_TYPE_FLOAT, 0, 0.0, 10.0, NULL},
{"subfps", &sub_fps, CONF_TYPE_FLOAT, 0, 0.0, 10.0, NULL},
OPT_FLAG("autosub", sub_auto, 0),
+ OPT_FLAG("sub-visibility", sub_visibility, 0),
OPT_FLAG("sub-forced-only", forced_subs_only, 0),
// enable Closed Captioning display
{"overlapsub", &suboverlap_enabled, CONF_TYPE_FLAG, 0, 0, 2, NULL},