[matroska] r776 - trunk/DvdMenuXtractor
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2004-09-10 15:55:18 +0400 (Fri, 10 Sep 2004)
New Revision: 776
Modified:
trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
add a TODO to support PTT (important to use the prev/skip chapters on a player)
Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2004-09-10 11:40:42 UTC (rev 775)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2004-09-10 11:55:18 UTC (rev 776)
@@ -946,7 +946,9 @@
// PGC commands
AddCommands(lvl, XmlFile, pgc->command_tbl);
-
+
+ // _TODO_: get the PTT map to include it inside the PGCs
+
// Handle the Programs/Cells in the PGC
for (int i=0; i< pgc->nr_of_programs; i++)
{