summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2023-12-27 23:12:27 -0500
committersfan5 <sfan5@live.de>2023-12-28 13:12:38 +0100
commitcdbc1ceb7006884174f61ba45addb7dd7b8d1c34 (patch)
tree46844dffaccbd5a412a9411747fc82023322500b /DOCS/man/options.rst
parent9565675488c51133e85627e5e610bf631eca6289 (diff)
downloadmpv-cdbc1ceb7006884174f61ba45addb7dd7b8d1c34.tar.bz2
mpv-cdbc1ceb7006884174f61ba45addb7dd7b8d1c34.tar.xz
DOCS/options: fix documentation for --force-window window size
The value has been wrong since ca2b05c0fbc9a51472b1a5a94d016e977c6c87c3, and recent commit 8b4a995a9d7ee7b65a5d2c893d72844d551d9697 still didn't fix it.
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 0e0afb09e1..61ab018640 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3155,7 +3155,7 @@ Window
``--force-window=<yes|no|immediate>``
Create a video output window even if there is no video. This can be useful
when pretending that mpv is a GUI application. Currently, the window
- always has the size 640x480, and is subject to ``--geometry``,
+ always has the size 960x540, and is subject to ``--geometry``,
``--autofit``, and similar options.
.. warning::