diff --git a/sub/osd_libass.c b/sub/osd_libass.c index 39a8867344783..41bf94e9813a4 100644 --- a/sub/osd_libass.c +++ b/sub/osd_libass.c @@ -386,6 +386,7 @@ static void get_osd_bar_box(struct osd_state *osd, struct osd_object *obj, style->Outline = opts->osd_bar_outline_size; // Rendering with shadow is broken (because there's more than one shape) style->Shadow = 0; + style->Blur = 0; style->Alignment = 5;