OSDN Git Service

MacGui: Make sure that drc is set to 0 by default (not just in the built in presets...
[handbrake-jp/handbrake-jp-git.git] / macosx / HBPreviewController.h
index b06c8c5..df5cf2b 100644 (file)
@@ -62,8 +62,7 @@
     IBOutlet NSProgressIndicator    * fMovieCreationProgressIndicator;
     hb_handle_t                     * fPreviewLibhb;           // private libhb for creating previews
     NSTimer                         * fLibhbTimer;             // timer for retrieving state from libhb
-    IBOutlet NSTextField            * fPreviewMovieStatusField;
-    BOOL                              play_movie; // flag used to determine whether or not to automatically play the movie when done.   
+    IBOutlet NSTextField            * fPreviewMovieStatusField; 
     IBOutlet QTMovieView            * fMovieView;
     IBOutlet NSPopUpButton          * fPreviewMovieLengthPopUp; // popup of choices for length of preview in seconds
 }
@@ -97,7 +96,7 @@
 - (void) stopReceivingLibhbNotifications;
 
 - (IBAction) createMoviePreview: (id) sender;
-- (void) libhbStateChanged: (hb_state_t &) state;
+- (void) libhbStateChanged: (hb_state_t ) state;
 - (IBAction) showMoviePreview: (NSString *) path;
 - (IBAction) previewDurationPopUpChanged: (id) sender;