summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordudemanguy <random342@airmail.cc>2018-10-26 09:51:47 -0500
committerwm4 <1387750+wm4@users.noreply.github.com>2019-09-21 15:36:58 +0200
commit48740dfec5303a390e223b0626daf4730f65f948 (patch)
tree9576e09084fca777447164d34eb44df7cf94f931 /DOCS
parent1591ccfff5871ef581d1d2992e9c517f29aaf301 (diff)
downloadmpv-48740dfec5303a390e223b0626daf4730f65f948.tar.bz2
mpv-48740dfec5303a390e223b0626daf4730f65f948.tar.xz
osd: allow sub-text to work even if sub-visibility is disabled
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 6798130b32..c187f791ad 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1903,9 +1903,9 @@ Property list
Last known OSD display pixel aspect (can be 0).
``sub-text``
- Return the current subtitle text. Formatting is stripped. If a subtitle
- is selected, but no text is currently visible, or the subtitle is not
- text-based (i.e. DVD/BD subtitles), an empty string is returned.
+ Return the current subtitle text regardless of sub visibility.
+ Formatting is stripped. If the subtitle is not text-based
+ (i.e. DVD/BD subtitles), an empty string is returned.
This property is experimental and might be removed in the future.