summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/man/options.rst11
2 files changed, 2 insertions, 11 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 4c5c694483..fa041fc534 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,8 @@ Interface changes
::
--- mpv 0.12.0 ---
+ - remove --use-text-osd (useless; fontconfig isn't a requirement anymore,
+ and text rendering is also lazily initialized)
- some time properties (at least "playback-time", "time-pos",
"time-remaining", "playtime-remaining") now are unavailable if the time
is unknown, instead of just assuming that the internal playback position
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index e4a1050c5d..c1a34317b1 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2669,17 +2669,6 @@ OSD
Default: 0.
-``--use-text-osd=<yes|no>``
- Disable text OSD rendering completely. (This includes the complete OSC as
- well.) This is mostly useful for avoiding loading fontconfig in situations
- where fontconfig does not behave well, and OSD is unused - this could for
- example allow GUI programs using libmpv to workaround fontconfig issues.
-
- Note that selecting subtitles of any kind still initializes fontconfig.
-
- Default: ``no``.
-
-
Screenshot
----------