From 773668b6e85d4da4d252cb4ad8abd50448d70c7c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 21 Oct 2012 18:31:34 +0200 Subject: VF: rename vf_ass to vf_sub This reflects the fact that this filter now renders all types of subtitles, not just ASS subtitles. Always compile this filter, not just on CONFIG_ASS. Note that --no-ass still disables auto-inserting this filter. It's the only way to disable auto-insertion, so keep it even though it's not really ASS specific anymore. --no-ass also disables using libass for rendering text subs directly. --- DOCS/tech-overview.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/tech-overview.txt') 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. -- cgit v1.2.3