diff options
author | wm4 <wm4@nowhere> | 2014-12-11 13:01:16 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-12-11 13:01:16 +0100 |
commit | d01cf36c746de672afc123652b7b2033a9403b3d (patch) | |
tree | 2e24e59d55017ab41900683484ce28b5a7fa2d55 /DOCS | |
parent | d054289f668499d6acea307f14c62d44d35b6840 (diff) |
manpage: fix mistake in --video-zoom mention
Fixes #1331.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 3c1cc85b3b..a33dbac4e8 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -580,7 +580,7 @@ Video Disable scaling of the video. If the window is larger than the video, black bars are added. Otherwise, the video is cropped. The video still can be influenced by the other ``--video-...`` options. (If the - ``--video-zoom`` option is set to a value other than ``1``, scaling is + ``--video-zoom`` option is set to a value other than ``0``, scaling is enabled, but the video isn't automatically scaled to the window size.) The video and monitor aspects aspect will be ignored. Aspect correction |