summaryrefslogtreecommitdiffstats
path: root/sub/dec_sub.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-07 01:26:26 +0200
committerwm4 <wm4@nowhere>2015-07-07 01:26:26 +0200
commitdaf32e2d2d618dd45c4577c4c116865976556d96 (patch)
tree1e7791788b433d2f184c664aca06811bbd93b128 /sub/dec_sub.c
parent782c7acd16f77f8942becae0ddf7be991b287ff4 (diff)
downloadmpv-daf32e2d2d618dd45c4577c4c116865976556d96.tar.bz2
mpv-daf32e2d2d618dd45c4577c4c116865976556d96.tar.xz
sub: fix srt subs and other cases
Oops.
Diffstat (limited to 'sub/dec_sub.c')
-rw-r--r--sub/dec_sub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/dec_sub.c b/sub/dec_sub.c
index c16f7b5887..1800cf34d9 100644
--- a/sub/dec_sub.c
+++ b/sub/dec_sub.c
@@ -232,6 +232,7 @@ void sub_init_from_sh(struct dec_sub *sub, struct sh_stream *sh)
.extradata_len = sd->output_extradata_len,
.ass_library = sub->init_sd.ass_library,
.ass_renderer = sub->init_sd.ass_renderer,
+ .ass_lock = sub->init_sd.ass_lock,
};
}