Fixed chapter writing.

This commit is contained in:
Moritz Bunkus 2004-04-09 12:39:39 +00:00
parent 4f52818b0d
commit 09950f4b01

View File

@ -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