mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Added the ChapterSegmentUID element to the chapter XML files.
This commit is contained in:
parent
bc804cd917
commit
3f8deaba4a
@ -1,3 +1,8 @@
|
||||
2005-05-03 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvmerge: new feature: Added support for the ChapterSegmentUID
|
||||
element.
|
||||
|
||||
2005-04-29 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvmerge: bug fix: Support WAV files that use other RIFF chunks
|
||||
|
@ -71,6 +71,7 @@ xml_element_map_init() {
|
||||
{"ChapterFlagEnabled", EBMLT_BOOL, 3, 0, 0, no_id, NULL, NULL, NULL},
|
||||
{"ChapterPhysicalEquiv", EBMLT_UINT, 3, 0, NO_MAX_VALUE, no_id, NULL,
|
||||
NULL, NULL},
|
||||
{"ChapterSegmentUID", EBMLT_BINARY, 3, 16, 16, no_id, NULL, NULL, NULL},
|
||||
|
||||
{"ChapterProcess", EBMLT_MASTER, 3, 0, 0, no_id, NULL, NULL, NULL},
|
||||
{"ChapterProcessCodecID", EBMLT_UINT, 4, 0, NO_MAX_VALUE, no_id, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user