[matroska] r917 - trunk/DvdMenuXtractor

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-10-26 01:19:56 +0400 (Tue, 26 Oct 2004)
New Revision: 917

Modified:
   trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
Log:
don't use the wav subdirectory for now

Modified: trunk/DvdMenuXtractor/DvdMenuXtractor.cpp
===================================================================
--- trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2004-10-25 12:37:09 UTC (rev 916)
+++ trunk/DvdMenuXtractor/DvdMenuXtractor.cpp	2004-10-25 21:19:56 UTC (rev 917)
@@ -68,7 +68,7 @@
 wxString audioDirectory;
 wxString subDirectory;
 wxString bmpDirectory;
-wxString wavDirectory;
+//wxString wavDirectory;
 wxString maskDirectory;
 const wxString APPLICATION_NAME = "DVDMenu-X-tractor";
 
@@ -682,6 +682,7 @@
 		delete mpeg2decoder;
     }
 
+#if 0
     void ConvertAudioToWAV(int16_t title, bool language)
     {	
 		wxString FilenameBase;
@@ -718,6 +719,7 @@
 		delete WAVWriter;
 		delete a52decoder;
     }
+#endif
 
     void ConvertButtonMaskToBMP(int16_t title, bool language)
     {
@@ -1269,8 +1271,8 @@
         bmpDirectory = pConfig->Read("OutputDirectory","")+ "bmp" + wxFILE_SEP_PATH;
         wxMkdir(bmpDirectory);
 		// Create wav directory
-        wavDirectory = pConfig->Read("OutputDirectory","")+ "wav" + wxFILE_SEP_PATH;
-        wxMkdir(wavDirectory);
+//        wavDirectory = pConfig->Read("OutputDirectory","")+ "wav" + wxFILE_SEP_PATH;
+//        wxMkdir(wavDirectory);
 		// Create mask directory
 		maskDirectory = pConfig->Read("OutputDirectory","") + "mask" + wxFILE_SEP_PATH;
         wxMkdir(maskDirectory);
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.