diff options
author | wm4 <wm4@nowhere> | 2015-04-07 10:16:31 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-04-07 10:16:31 +0200 |
commit | edef17fcb7c454ca4cf7a1d8d2a6c0973fa291dd (patch) | |
tree | e77993cd06337ec524fb26d362948fe5188883e2 | |
parent | 7d116a979b9ab8401bc8d12f520cee03102879ab (diff) | |
download | mpv-edef17fcb7c454ca4cf7a1d8d2a6c0973fa291dd.tar.bz2 mpv-edef17fcb7c454ca4cf7a1d8d2a6c0973fa291dd.tar.xz |
manpage: remove confusing statement
There still might be FFmpeg demuxers which mess up if audio is disabled
(like it happened to the FLV demuxer), but these are bugs and shouldn't
happen.
-rw-r--r-- | DOCS/man/options.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index e86bb812d1..b380db9ffb 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -887,8 +887,7 @@ Audio delay the audio, and negative values delay the video. ``--no-audio`` - Do not play sound. With some demuxers this may not work. In those cases - you can try ``--ao=null`` instead. + Do not play sound. ``--mute=<auto|yes|no>`` Set startup audio mute status. ``auto`` (default) will not change the mute |