From 2a65b6f6e11a90192536f89bebbe2ab3ff993b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 3 Nov 2024 22:49:13 +0100 Subject: [PATCH] sub/osd_libass: don't blur osd-bar --- sub/osd_libass.c | 1 + 1 file changed, 1 insertion(+) 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;