mirror of https://github.com/mpv-player/mpv
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:
parent
a3ebc5de4b
commit
33cac12954
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue