summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-30 18:09:31 +0100
committerwm4 <wm4@nowhere>2019-11-30 18:09:31 +0100
commit78f1629a539cc14a598831a73c59c3763c074094 (patch)
treef2dd75c25225701d9161721fd598a2bd71b96d01 /DOCS
parent6a88e7463e9f759121b109be16cd4bd911355c86 (diff)
downloadmpv-78f1629a539cc14a598831a73c59c3763c074094.tar.bz2
mpv-78f1629a539cc14a598831a73c59c3763c074094.tar.xz
vf_gpu: render subtitles
Pretty annoying affair. The vo_gpu code could of course not trigger rendering from filters yet, so it needed to be extended. Also, this uses some icky stuff made for vf_sub (and this was the reason I marked vf_sub as deprecated), so everything is terrible.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index e2f7c9eeb8..40994dd652 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -729,9 +729,9 @@ Available mpv-only filters are:
.. warning::
- This does not do OSD rendering. If you see OSD or subtitles, then these
- have been renderer by the VO backend (or the ``sub`` video filter). This
- is normally done in software, and potentially questionable quality.
+ This does not do OSD rendering. If you see OSD, then it has been
+ rendered by the VO backend. (Subtitles are rendered by the ``gpu``
+ filter, if possible.)
.. warning::