mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +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,
|
chapters_here = select_chapters_in_timeframe(chapters_here, start, end,
|
||||||
offset, false);
|
offset, false);
|
||||||
if (chapters_here != NULL)
|
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;
|
delete kax_chapters_void;
|
||||||
kax_chapters_void = NULL;
|
kax_chapters_void = NULL;
|
||||||
} else
|
} else
|
||||||
|
Loading…
Reference in New Issue
Block a user