sub/osd_libass: don't blur the osd-bar

High --osd-blur values break the osd-bar by not drawing the filled
portion, and even low values just make it look worse, so don't apply
--osd-blur to the osd-bar.
This commit is contained in:
Guido Cella 2024-11-08 18:05:40 +01:00 committed by sfan5
parent 06ab9622e6
commit d66ed2d8be
1 changed files with 1 additions and 0 deletions

View File

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