diff options
author | ritsuka <[email protected]> | 2009-08-28 07:29:25 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2009-08-28 07:29:25 +0000 |
commit | d72c71e8718762f44b218f0124a2026df2735e74 (patch) | |
tree | 4a54178807f3d140a76f61806915b392ab60792c /macosx/HBPreviewController.h | |
parent | 30617a80ca06ec0f9efe3a377edd224ff65a5c1c (diff) |
MacGUI:
- Enable QuickTime X new playback path in the live preview window.
- Cleanup the QTMovieView code a bit, removed an unused variable.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2783 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r-- | macosx/HBPreviewController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index b06c8c57b..6edddeaba 100644 --- a/macosx/HBPreviewController.h +++ b/macosx/HBPreviewController.h @@ -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 } |