summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 19:22:01 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:15 +0100
commit25a098fe78ad2aee0ad7e18f8d4326e5cd29aeb1 (patch)
treeeb7630929380192859eeae40d1671910b43bedfb /DOCS
parent1197e13c2f86ea0c521c206fa3412d50587376da (diff)
downloadmpv-25a098fe78ad2aee0ad7e18f8d4326e5cd29aeb1.tar.bz2
mpv-25a098fe78ad2aee0ad7e18f8d4326e5cd29aeb1.tar.xz
options: add --mute for setting initial audio mute status
Similar to --volume. Takes this as opportunity to move the variable corresponding to --volume into MPOpts.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index e25a7db4f1..e30de6a5a9 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1158,6 +1158,10 @@
--msgmodule
Prepend module name in front of each console message.
+--mute=<auto|yes|no>
+ Set startup audio mute status. ``auto`` (default) will not change the mute
+ status. Also see ``--volume``.
+
--name
Set the window class name for X11-based video output methods.