[matroska] r1153 - trunk/DvdMenuXtractor
[email protected] Tue, 26 Apr 2005 02:17:42 +0400 (MSD)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-04-26 02:17:40 +0400 (Tue, 26 Apr 2005)
New Revision: 1153
Modified:
trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
DMX: add a notice about the DMX version used in the XML output
Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2005-04-25 21:04:42 UTC (rev 1152)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2005-04-25 22:17:40 UTC (rev 1153)
@@ -1293,6 +1293,8 @@
XmlFile.AddLine("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>");
XmlFile.AddLine("<!DOCTYPE Chapters SYSTEM \"matroskachapters.dtd\">");
XmlFile.AddLine("");
+ XmlFile.AddLine("<!-- Created with " + APPLICATION_NAME + " " + APPLICATION_VERSION + " -->");
+ XmlFile.AddLine("");
XmlFile.AddLine("<Chapters>");
lvl++;
@@ -1382,6 +1384,8 @@
XmlFile.AddLine("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>");
XmlFile.AddLine("<!DOCTYPE Chapters SYSTEM \"matroskachapters.dtd\">");
XmlFile.AddLine("");
+ XmlFile.AddLine("<!-- Created with " + APPLICATION_NAME + " " + APPLICATION_VERSION + " -->");
+ XmlFile.AddLine("");
// VTS content
XmlFile.AddLine("<Chapters>");