mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Reset the number of cue elements so that UpdateSize() will not be called on it accidentally if splitting is active.
This commit is contained in:
parent
c270b9668b
commit
1cdaf2610d
@ -1,3 +1,8 @@
|
||||
2004-02-15 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvmerge: bug fix: Splitting by size would sometimes abort
|
||||
directly after opening the second file.
|
||||
|
||||
2004-02-14 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvmerge: bug fix: Splitting by time was broken.
|
||||
|
@ -181,6 +181,7 @@ void cluster_helper_c::add_packet(packet_t *packet) {
|
||||
|
||||
old_max_timecode = max_timecode;
|
||||
max_timecode = packet->assigned_timecode;
|
||||
num_cue_elements = 0;
|
||||
|
||||
mxinfo("\n");
|
||||
finish_file();
|
||||
|
Loading…
Reference in New Issue
Block a user