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.