[matroska] r1059 - trunk/DvdMenuXtractor

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-01-31 16:05:20 +0300 (Mon, 31 Jan 2005)
New Revision: 1059

Modified:
   trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
DMX: ChapterLink is now called ChapterTranslate

Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2005-01-30 18:00:54 UTC (rev 1058)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2005-01-31 13:05:20 UTC (rev 1059)
@@ -1242,13 +1242,13 @@
 		XmlFileSeg.AddLine("<Info>");
 		lvl++;
 			XmlFileSeg.AddLine(IndentString(lvl)+"<SegmentFamily format=\"hex\">" + encodeHex(m_FamilyUID, 16) + "</SegmentFamily>");
-			XmlFileSeg.AddLine(IndentString(lvl)+"<ChapterLink>");
+			XmlFileSeg.AddLine(IndentString(lvl)+"<ChapterTranslate>");
 			lvl++;
-				XmlFileSeg.AddLine(IndentString(lvl)+"<ChapterLinkEditionUID>"+editionUID+"</ChapterLinkEditionUID>");
-				XmlFileSeg.AddLine(IndentString(lvl)+"<ChapterLinkCodec>1</ChapterLinkCodec>");
-				XmlFileSeg.AddLine(IndentString(lvl)+wxString::Format("<ChapterLinkID format=\"hex\">%02x 00</ChapterLinkID>", title));
+				XmlFileSeg.AddLine(IndentString(lvl)+"<ChapterTranslateEditionUID>"+editionUID+"</ChapterTranslateEditionUID>");
+				XmlFileSeg.AddLine(IndentString(lvl)+"<ChapterTranslateCodec>1</ChapterTranslateCodec>");
+				XmlFileSeg.AddLine(IndentString(lvl)+wxString::Format("<ChapterTranslateID format=\"hex\">%02x 00</ChapterTranslateID>", title));
 			lvl--;
-			XmlFileSeg.AddLine(IndentString(lvl)+"</ChapterLink>");
+			XmlFileSeg.AddLine(IndentString(lvl)+"</ChapterTranslate>");
 		lvl--;
 		XmlFileSeg.AddLine("</Info>");
 		XmlFileSeg.Write();
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.