mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Fixed chapter writing.
This commit is contained in:
parent
4f52818b0d
commit
09950f4b01
@ -2500,7 +2500,7 @@ finish_file(bool last_file) {
|
||||
chapters_here = select_chapters_in_timeframe(chapters_here, start, end,
|
||||
offset, false);
|
||||
if (chapters_here != NULL)
|
||||
kax_chapters_void->ReplaceWith(*chapters_here, *out, true, true);
|
||||
kax_chapters_void->ReplaceWith(*chapters_here, *out, true, false);
|
||||
delete kax_chapters_void;
|
||||
kax_chapters_void = NULL;
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user