summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-04-24 18:44:46 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2014-05-04 02:46:11 +0200
commit48bd03dd912321b8bfa12b8b201d2f0b3aa43ae0 (patch)
tree56178a31524ea7276dc1a26a83a678917a783249 /DOCS/man/en
parent81c076b2f8c8b0da0ebcf1c8aadf4c7dfb5e5d22 (diff)
downloadmpv-48bd03dd912321b8bfa12b8b201d2f0b3aa43ae0.tar.bz2
mpv-48bd03dd912321b8bfa12b8b201d2f0b3aa43ae0.tar.xz
options: remove deprecated --identify
Also remove MSGL_SMODE and friends. Note: The indent in options.rst was added to work around a bug in ReportLab that causes the PDF manual build to fail.
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/changes.rst1
-rw-r--r--DOCS/man/en/options.rst24
2 files changed, 10 insertions, 15 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index 36ea47b3ef..e06f779ec9 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -167,6 +167,7 @@ Command Line Switches
``-fsmode-dontuse`` (removed)
``-fstype`` ``--x11-fstype``
``-hardframedrop`` ``--framedrop=hard``
+ ``-identify`` (removed; use TOOLS/mpv_identify.sh)
``-lavdopts ...`` ``--vd-lavc-...``
``-lavfdopts`` ``--demuxer-lavf-...``
``-lircconf`` ``--input-lirc-conf``
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index c9e514e457..3bd9cd27e1 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1151,9 +1151,6 @@ OPTIONS
``mpv --hwdec=vdpau --vo=vdpau --hwdec-codecs=h264,mpeg2video``
Enable vdpau decoding for h264 and mpeg2 only.
-``--identify``
- Deprecated. Use ``TOOLS/mpv_identify.sh``.
-
``--idle``
Makes mpv wait idly instead of quitting when there is no file to play.
Mostly useful in slave mode, where mpv can be controlled through input
@@ -1389,18 +1386,15 @@ OPTIONS
Available levels:
- :no: complete silence
- :fatal: fatal messages only
- :error: error messages
- :warn: warning messages
- :info: informational messages
- :status: status messages (default)
- :v: verbose messages
- :debug: debug messages
- :trace: very noisy debug messages
-
- One special case is the ``identify`` module name. This is silenced by
- default, and can be enabled with the ``-identify`` option.
+ :no: complete silence
+ :fatal: fatal messages only
+ :error: error messages
+ :warn: warning messages
+ :info: informational messages
+ :status: status messages (default)
+ :v: verbose messages
+ :debug: debug messages
+ :trace: very noisy debug messages
``--msg-module``
Prepend module name to each console message.