summaryrefslogtreecommitdiffstats
path: root/DOCS/tech-overview.txt
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-21 18:36:33 +0200
committerwm4 <wm4@nowhere>2012-10-24 21:56:34 +0200
commit93b384a799ff23836700989db771735ff2df68ca (patch)
tree783895fcd87d76b2ed88f0c1906ca1bd14bcd71f /DOCS/tech-overview.txt
parent773668b6e85d4da4d252cb4ad8abd50448d70c7c (diff)
downloadmpv-93b384a799ff23836700989db771735ff2df68ca.tar.bz2
mpv-93b384a799ff23836700989db771735ff2df68ca.tar.xz
core: disable vf_sub auto-insertion
Since most VOs support rendering subs directly, this doesn't change much. Changes include: vo_null is faster, vo_image doesn't add subtitles by default (while vo_lavc does), vo_caca doesn't render subs (but you couldn't read them anyway).
Diffstat (limited to 'DOCS/tech-overview.txt')
-rw-r--r--DOCS/tech-overview.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index f52601f970..d407b92caa 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -150,8 +150,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_sub.c is inserted for rendering subtitles, when the VO can't.
+ default, no video filters (except vf_vo) are used.
ad_*.c and dec_audio.c/ad.c handle audio decoding. The audio filter chain is
separately in libaf.