OSDN Git Service

dvdnav: fix crash when poorly masterd disc has no menus
[handbrake-jp/handbrake-jp-git.git] / macosx / HBOutputPanelController.h
index 97e1d6f..dc76e2a 100644 (file)
 
     /// Path to log text file.
     NSString *outputLogFile;
+    /// Path to individual log text file.
+    NSString *outputLogFileForEncode;
+    BOOL encodeLogOn;
 }
 
 - (IBAction)showOutputPanel:(id)sender;
 - (IBAction)clearOutput:(id)sender;
 - (IBAction)copyAllOutputToPasteboard:(id)sender;
 - (IBAction)openActivityLogFile:(id)sender;
+- (IBAction)openEncodeLogDirectory:(id)sender;
 - (IBAction)clearActivityLogFile:(id)sender;
+- (void) startEncodeLog:(NSString *) logPath;
+- (void) endEncodeLog;
 
 @end