diff --git a/sub/osd_libass.c b/sub/osd_libass.c index 2efcef00be..5f9bc52f66 100644 --- a/sub/osd_libass.c +++ b/sub/osd_libass.c @@ -132,6 +132,7 @@ static void create_ass_track(struct osd_state *osd, struct osd_object *obj, track->Timer = 100.; track->WrapStyle = 1; // end-of-line wrapping instead of smart wrapping track->Kerning = true; + track->ScaledBorderAndShadow = true; update_playres(ass, &obj->vo_res); }