summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2014-01-06 18:39:49 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2014-01-06 18:40:31 +0100
commitcd53de958da9708530b8bac3711a4c5d418fe95f (patch)
tree26abc3bd2338ed9d7d7446898eec513ad9ad94ad /DOCS
parent936a204e27e6aad4a7689c2543bcbd24a5fc958c (diff)
downloadmpv-cd53de958da9708530b8bac3711a4c5d418fe95f.tar.bz2
mpv-cd53de958da9708530b8bac3711a4c5d418fe95f.tar.xz
Fix audio delay inversion
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index d582c5c55c..cdf63e97ce 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -591,8 +591,8 @@ OPTIONS
``--cursor-autohide``.
``--audio-delay=<sec>``
- Audio delay in seconds (positive or negative float value). Negative values
- delay the audio, and positive values delay the video.
+ Audio delay in seconds (positive or negative float value). Positive values
+ delay the audio, and negative values delay the video.
``--deinterlace=<yes|no|auto>``
Enable or disable interlacing (default: auto, which usually means no).