From 5b75142a1dfed9fceacb43772378cbdc2d3dfb7c Mon Sep 17 00:00:00 2001 From: Dan Oscarsson Date: Thu, 2 Feb 2017 10:53:19 +0100 Subject: sub: add SDH subtitle filter Add subtitle filter to remove additions for deaf or hard-of-hearing (SDH). This is for English, but may in part work for others too. This is an ASS filter and the intention is that it can always be enabled as it by default do not remove parts that may be normal text. Harder filtering can be enabled with an additional option. Signed-off-by: wm4 --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 7d112782a5..b69d01a289 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -288,6 +288,7 @@ def build(ctx): ( "sub/osd_libass.c", "libass-osd" ), ( "sub/sd_ass.c", "libass" ), ( "sub/sd_lavc.c" ), + ( "sub/filter_sdh.c" ), ## Video ( "video/csputils.c" ), -- cgit v1.2.3