summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-12-07 00:22:29 +0200
committerUoti Urpala <uau@mplayer2.org>2011-12-07 00:25:38 +0200
commit33cac12954b2eb136602ff1a21eaf1888aa5b131 (patch)
treecd340ac8753b96e0a00cb62adc5b84f167481949
parenta3ebc5de4bb613008f7c85f221ecfd3665812c68 (diff)
downloadmpv-33cac12954b2eb136602ff1a21eaf1888aa5b131.tar.bz2
mpv-33cac12954b2eb136602ff1a21eaf1888aa5b131.tar.xz
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.
-rw-r--r--defaultopts.c1
1 files changed, 0 insertions, 1 deletions
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