summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-08-08 17:43:32 +0200
committerDudemanguy <random342@airmail.cc>2023-08-20 23:15:48 +0000
commit1fa6669bc0e60421f76c7507c3355537ca09fd0e (patch)
treed5f03a936780181b1545348e60fa0f776b0436d8 /DOCS/man/options.rst
parentecbaf347010530cb7ca1858486e001f804811921 (diff)
downloadmpv-1fa6669bc0e60421f76c7507c3355537ca09fd0e.tar.bz2
mpv-1fa6669bc0e60421f76c7507c3355537ca09fd0e.tar.xz
DOCS/options: fix typo in video-pan-x example
Width of the video would fill fully display at this resolution, so moving it 168px to the left, would hide also 168px.
Diffstat (limited to 'DOCS/man/options.rst')
-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 61cba49943..cac04fcef7 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1545,7 +1545,7 @@ Video
For example, displaying a 1280x720 video fullscreen on a 1680x1050 screen
with ``--video-pan-x=-0.1`` would move the video 168 pixels to the left
- (making 128 pixels of the source video invisible).
+ (making 168 pixels of the source video invisible).
This option is disabled if the ``--no-keepaspect`` option is used.