mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Always generate a segment UID.
This commit is contained in:
parent
d62e9f5c5e
commit
41b34411c5
@ -1,5 +1,8 @@
|
||||
2004-03-09 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvmerge: bug fix: The segment UID was not generated if
|
||||
splitting was off.
|
||||
|
||||
* mmg: new feature: Automatically set the output file name when
|
||||
the first file is added to the same name but with a '.mkv'
|
||||
extension if it hasn't been set yet. Can be disabled on the
|
||||
|
@ -1121,7 +1121,7 @@ render_headers(mm_io_c *rout) {
|
||||
|
||||
// Generate the segment UIDs.
|
||||
if (!hack_engaged(ENGAGE_NO_VARIABLE_DATA)) {
|
||||
if (first_file) {
|
||||
if (file_num == 1) {
|
||||
seguid_current.generate_random();
|
||||
seguid_next.generate_random();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user