summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/vf.rst4
-rw-r--r--DOCS/tech-overview.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index b5a672e236..31947e82b6 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -663,14 +663,14 @@ screenshot
not always safe to insert this filter by default. See the
``Taking screenshots`` section for details.
-ass
+sub
Moves subtitle rendering to an arbitrary point in the filter
chain, or force subtitle rendering in the video filter as opposed to using
video output OSD support.
*EXAMPLE*:
- ``--vf=ass,eq``
+ ``--vf=sub,eq``
Moves sub rendering before the eq filter. This will put both
subtitle colors and video under the influence of the video equalizer
settings.
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index 9ffe891c5c..f52601f970 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -151,7 +151,7 @@ libmpcodecs/:
vf_*.c and vf.c form the video filter chain. They are fed by the video
decoder, and output the filtered images to the VOs though vf_vo.c. By
default, no video filters (except vf_vo) are used, though sometimes
- vf_ass.c is inserted for rendering ASS subtitles, when the VO can't.
+ vf_sub.c is inserted for rendering subtitles, when the VO can't.
ad_*.c and dec_audio.c/ad.c handle audio decoding. The audio filter chain is
separately in libaf.