1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 07:01:45 +00:00

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.
This commit is contained in:
Uoti Urpala 2011-12-07 00:22:29 +02:00
parent a3ebc5de4b
commit 33cac12954

View File

@ -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