summaryrefslogtreecommitdiffstats
path: root/DOCS/man/stats.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/stats.rst')
-rw-r--r--DOCS/man/stats.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst
index bc8f04f1a8..30ce0796df 100644
--- a/DOCS/man/stats.rst
+++ b/DOCS/man/stats.rst
@@ -43,7 +43,7 @@ Configuration
This script can be customized through a config file ``script-opts/stats.conf``
placed in mpv's user directory and through the ``--script-opts`` command-line
-option. The configuration syntax is described in `ON SCREEN CONTROLLER`_.
+option. The configuration syntax is described in `mp.options functions`_.
Configurable Options
~~~~~~~~~~~~~~~~~~~~
@@ -199,10 +199,12 @@ Configurable Options
Color used for drawing graphs.
``vidscale``
- Default: yes
+ Default: auto
Scale the text and graphs with the video.
``no`` tries to keep the sizes constant.
+ ``auto`` scales the text and graphs with the OSD, which is scaled with the
+ window or kept at a constant size, depending on the ``--osd-scale-by-window`` option.
Note: colors are given as hexadecimal values and use ASS tag order: BBGGRR
(blue green red).