diff options
author | wm4 <wm4@nowhere> | 2015-07-07 01:26:26 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-07-07 01:26:26 +0200 |
commit | daf32e2d2d618dd45c4577c4c116865976556d96 (patch) | |
tree | 1e7791788b433d2f184c664aca06811bbd93b128 /sub | |
parent | 782c7acd16f77f8942becae0ddf7be991b287ff4 (diff) |
sub: fix srt subs and other cases
Oops.
Diffstat (limited to 'sub')
-rw-r--r-- | sub/dec_sub.c | 1 |
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, }; } |