From 93b384a799ff23836700989db771735ff2df68ca Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 21 Oct 2012 18:36:33 +0200 Subject: 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). --- DOCS/tech-overview.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'DOCS/tech-overview.txt') 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. -- cgit v1.2.3