diff --git a/sub/sd_ass.c b/sub/sd_ass.c index 0e15a7e28b..69587646e4 100644 --- a/sub/sd_ass.c +++ b/sub/sd_ass.c @@ -121,6 +121,7 @@ static void decode(struct sh_sub *sh, struct osd_state *osd, void *data, ASS_Event *event = track->events + eid; event->Start = ipts; event->Duration = iduration; + event->Style = track->default_style; event->Text = strdup(buf); }