Added the ChapterSegmentUID element to the chapter XML files.

This commit is contained in:
Moritz Bunkus 2005-05-03 11:22:14 +00:00
parent bc804cd917
commit 3f8deaba4a
2 changed files with 6 additions and 0 deletions

View File

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

View File

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