[matroska] r1172 - trunk/DvdMenuXtractor

[email protected] Fri, 13 May 2005 17:33:59 +0400 (MSD)
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-05-13 17:33:58 +0400 (Fri, 13 May 2005)
New Revision: 1172

Modified:
   trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
DMX: identify menu and content segments differently (not just because they have either LU or TT levels)

Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2005-05-12 09:36:37 UTC (rev 1171)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2005-05-13 13:33:58 UTC (rev 1172)
@@ -72,7 +72,7 @@
 wxString outputDirectory;
 wxString mtxDirectory;
 const wxString APPLICATION_NAME = "DVDMenuXtractor: DMX - a fair-use tool";
-const wxString APPLICATION_VERSION = "0.9.8";
+const wxString APPLICATION_VERSION = "0.9.9";
 
 // ----------------------------------------------------------------------------
 
@@ -1279,7 +1279,7 @@
 	{
 		unsigned char _PrivateFP[]  = {0x30, 0x00, 0x00, 0x00};
 		unsigned char _PrivateVM[]  = {0x30, 0xC0, 0x00, 0x00};
-		unsigned char _PrivateVTS[] = {0x30, 0x80, 0x00, 0x00};
+		unsigned char _PrivateVTS[] = {0x30, 0x40, 0x00, 0x00};
 
 		wxString line;