summaryrefslogtreecommitdiffstats
path: root/sub/sd_ass.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd_ass.c')
-rw-r--r--sub/sd_ass.c1
1 files changed, 1 insertions, 0 deletions
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);
}