summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-24 20:34:04 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-08-25 11:23:30 +0200
commit226735331cf53bc8293458f96e8f004ad530942e (patch)
tree637f2f9315533464a258f269088a36ac71bed9f3 /DOCS
parent5523370ab9dec95c73076d20ff6f5a9b800d60f3 (diff)
downloadmpv-226735331cf53bc8293458f96e8f004ad530942e.tar.bz2
mpv-226735331cf53bc8293458f96e8f004ad530942e.tar.xz
options: compatibility hack for --slave-broken
Seems some programs were still relying on it. Whatever, it's not hard to support. CC: @mpv-player/stable
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index 092256a0ac..841a4ce328 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -332,6 +332,8 @@ Slave mode
Assuming the system supports ``/dev/stdin``.
+ (The option was readded in 0.5.1 and sets exactly these options.)
+
* A JSON RPC protocol giving access to the client API is planned, but nothing
has emerged yet.