From 33cac12954b2eb136602ff1a21eaf1888aa5b131 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 7 Dec 2011 00:22:29 +0200 Subject: options: change --ass-hinting default to 0 With current typical video sizes, font sizes are large enough that they don't really need hinting (and particularly so for font sizes in display-resolution rendered subtitles in fullscreen mode), and hinting apparently causes problems with some fonts. --- defaultopts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'defaultopts.c') diff --git a/defaultopts.c b/defaultopts.c index bfaa1ba777..a398c32417 100644 --- a/defaultopts.c +++ b/defaultopts.c @@ -52,7 +52,6 @@ void set_default_mplayer_options(struct MPOpts *opts) .ass_font_scale = 1, .ass_vsfilter_aspect_compat = 1, .use_embedded_fonts = 1, - .ass_hinting = 5, // light hinting for unscaled osd .lavc_param = { .workaround_bugs = 1, // autodetect -- cgit v1.2.3