DOCS/options: fix documentation for --force-window window size

The value has been wrong since ca2b05c0fb,
and recent commit 8b4a995a9d still didn't
fix it.
This commit is contained in:
nanahi 2023-12-27 23:12:27 -05:00 committed by sfan5
parent 9565675488
commit cdbc1ceb70
1 changed files with 1 additions and 1 deletions

View File

@ -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::