1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-24 00:23:27 +00:00

sub: fix srt subs and other cases

Oops.
This commit is contained in:
wm4 2015-07-07 01:26:26 +02:00
parent 782c7acd16
commit daf32e2d2d

View File

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