[matroska] r1015 - trunk/DvdMenuXtractor
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-01-06 16:40:47 +0300 (Thu, 06 Jan 2005)
New Revision: 1015
Modified:
trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
DMX: prepare the move to a cleaner VOB cell handling (the same cell can be reused in the same domain)
Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2005-01-06 10:01:02 UTC (rev 1014)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2005-01-06 13:40:47 UTC (rev 1015)
@@ -71,7 +71,7 @@
wxString outputDirectory;
wxString mtxDirectory;
const wxString APPLICATION_NAME = "DVDMenuXtractor: DMX - a fair-use tool";
-const wxString APPLICATION_VERSION = "0.7.0";
+const wxString APPLICATION_VERSION = "0.8.0";
// ----------------------------------------------------------------------------
@@ -1172,6 +1172,7 @@
XmlFile.AddLine(IndentString(lvl)+"<EditionEntry>");
lvl++;
XmlFile.AddLine(IndentString(lvl)+"<EditionUID>"+editionUID+"</EditionUID>");
+ XmlFile.AddLine(IndentString(lvl)+"<EditionFlagOrdered>1</EditionFlagOrdered>");
// Write the first play PGC
if (IfoFile->FirstPlayPGC())
@@ -1245,7 +1246,8 @@
XmlFile.AddLine(IndentString(lvl)+"<EditionEntry>");
lvl++;
XmlFile.AddLine(IndentString(lvl)+"<EditionUID>"+editionUID+"</EditionUID>");
-
+ XmlFile.AddLine(IndentString(lvl)+"<EditionFlagOrdered>1</EditionFlagOrdered>");
+
XmlFile.AddLine(IndentString(lvl)+"<!-- Video Title Set -->");
XmlFile.AddLine(IndentString(lvl)+"<ChapterAtom>");
lvl++;
@@ -1283,6 +1285,7 @@
XmlFile.AddLine(IndentString(lvl)+"<EditionEntry>");
lvl++;
XmlFile.AddLine(IndentString(lvl)+"<EditionUID>"+editionUID+"</EditionUID>");
+ XmlFile.AddLine(IndentString(lvl)+"<EditionFlagOrdered>1</EditionFlagOrdered>");
XmlFile.AddLine(IndentString(lvl)+"<!-- Video Title Set -->");
XmlFile.AddLine(IndentString(lvl)+"<ChapterAtom>");