summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/changes.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index df6fe9adef..092256a0ac 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -322,6 +322,16 @@ Slave mode
``--identify`` was replaced by the ``TOOLS/mpv_identify.sh`` wrapper script.
+* For some time (until including release 0.4.x), mpv supported a
+ ``--slave-broken`` option. The following options are equivalent:
+
+ ::
+
+ --input-file=/dev/stdin --input-terminal=no
+
+
+ Assuming the system supports ``/dev/stdin``.
+
* A JSON RPC protocol giving access to the client API is planned, but nothing
has emerged yet.