summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-02 14:31:46 +0100
committerwm4 <wm4@nowhere>2016-01-02 14:31:46 +0100
commitd5f29a3c363582336755f9a46d41b89ddf174ed4 (patch)
treeeb8237785b3486ca62f6ff1499139914b47e7874 /DOCS
parentde0523ba7b4f76a1c51cc3924b3fcace51fc8e16 (diff)
downloadmpv-d5f29a3c363582336755f9a46d41b89ddf174ed4.tar.bz2
mpv-d5f29a3c363582336755f9a46d41b89ddf174ed4.tar.xz
options: exclude 360 from --video-rotate range
It's indeed completely useless. Pointed out in #2647.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 76ae596519..fa29562e36 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -697,7 +697,7 @@ Video
This option is disabled if the ``--no-keepaspect`` option is used.
-``--video-rotate=<0-360|no>``
+``--video-rotate=<0-359|no>``
Rotate the video clockwise, in degrees. Currently supports 90° steps only.
If ``no`` is given, the video is never rotated, even if the file has
rotation metadata. (The rotation value is added to the rotation metadata,