summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-15 22:21:17 +0200
committerwm4 <wm4@nowhere>2012-08-15 23:59:45 +0200
commit0e7cf9518ae00e47f95762ead0c173fd6ac5f71d (patch)
treeb64eb91ff0db3376e35de8a64032f7fed3f98b1b /cfg-mplayer.h
parent6879d1162c13a39cdfc231e7052711db0926d590 (diff)
downloadmpv-0e7cf9518ae00e47f95762ead0c173fd6ac5f71d.tar.bz2
mpv-0e7cf9518ae00e47f95762ead0c173fd6ac5f71d.tar.xz
core: intentionally cripple slave mode
Rename -slave to -slave-broken to prevent slave mode applications from working. Do this to prevent horrible user experiences, in case someone should attempt to try this version of mplayer with smplayer and others. This also makes it clear that we don't intend to keep slave mode compatibility, because the slave mode protocol is horrible and bad. See the changes in options.rst for further reasons and comments.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index c250d94874..83fe9e3589 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -783,7 +783,7 @@ const m_option_t mplayer_opts[]={
OPT_STRING("term-osd-esc", term_osd_esc, 0, OPTDEF_STR("\x1b[A\r\x1b[K")),
OPT_STRING("playing-msg", playing_msg, 0),
- {"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},
+ {"slave-broken", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},
OPT_MAKE_FLAGS("idle", player_idle_mode, CONF_GLOBAL),
OPT_INTRANGE("key-fifo-size", input.key_fifo_size, CONF_GLOBAL, 2, 65000),
OPT_MAKE_FLAGS("consolecontrols", consolecontrols, CONF_GLOBAL),