[matroska] r833 - trunk/DvdMenuXtractor

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-09-21 13:22:00 +0400 (Tue, 21 Sep 2004)
New Revision: 833

Modified:
   trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
use the proper XML header for matroska chapter files

Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2004-09-20 20:41:42 UTC (rev 832)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2004-09-21 09:22:00 UTC (rev 833)
@@ -1075,9 +1075,8 @@
 		wxTextFile XmlFile(Filename);
 		XmlFile.Create();
 		XmlFile.AddLine("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
+		XmlFile.AddLine("<!DOCTYPE Chapters SYSTEM \"matroskachapters.dtd\">");
 		XmlFile.AddLine("");
-		XmlFile.AddLine("<!-- Matroska chapter file -->");
-		XmlFile.AddLine("");
 
 		int lvl = 0, i,j;
 		uint64_t timecode_startA = 0, timecode_endA = 0;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.