From cdbc1ceb7006884174f61ba45addb7dd7b8d1c34 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Wed, 27 Dec 2023 23:12:27 -0500 Subject: [PATCH] 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. --- DOCS/man/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=`` 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::