[matroska] r1002 - trunk/DvdMenuXtractor
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-01-05 13:12:10 +0300 (Wed, 05 Jan 2005)
New Revision: 1002
Modified:
trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
trunk/DvdMenuXtractor/README.txt
Log:
DMX: remove annoying message
Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2005-01-04 20:51:14 UTC (rev 1001)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp 2005-01-05 10:12:10 UTC (rev 1002)
@@ -73,7 +73,7 @@
wxString outputDirectory;
wxString mtxDirectory;
const wxString APPLICATION_NAME = "DVDMenuXtractor: DMX - a fair-use tool";
-const wxString APPLICATION_VERSION = "0.6.3";
+const wxString APPLICATION_VERSION = "0.6.4";
// ----------------------------------------------------------------------------
@@ -1557,11 +1557,6 @@
wxMyWizard::OnCancel(event);
}
- void OnMove(wxMoveEvent& event)
- {
- wxLogMessage("main form moved");
- }
-
DECLARE_EVENT_TABLE()
};
Modified: trunk/DvdMenuXtractor/README.txt
===================================================================
--- trunk/DvdMenuXtractor/README.txt 2005-01-04 20:51:14 UTC (rev 1001)
+++ trunk/DvdMenuXtractor/README.txt 2005-01-05 10:12:10 UTC (rev 1002)
@@ -1,6 +1,3 @@
-Known issues :
-* The duration of still frames is not handled yet (only lasts as normal frames)
-
TODO :
* support infinite still frames in the chapter XML file
* detect when a file was empty and therefore not written