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 --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index e8014d5ac0..b576dfc369 100644 --- a/options/options.h +++ b/options/options.h @@ -270,6 +270,8 @@ typedef struct MPOpts { float sub_scale; float sub_gauss; int sub_gray; + int sub_filter_SDH; + int sub_filter_SDH_harder; int ass_enabled; float ass_line_spacing; int ass_use_margins; -- cgit v1.2.3