diff options
author | dynaflash <[email protected]> | 2007-08-13 17:02:37 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-08-13 17:02:37 +0000 |
commit | 9d03e655fbc53a95e56ebd28d367175a0202a8c6 (patch) | |
tree | ecb1ce066595eeb8ce61172b0fa4c7c27cf09e16 /macosx/Controller.h | |
parent | e532199ceccdc03a2a356b44dd5a2ab1cb859408 (diff) |
MacGui: Detelecine initial implementation
- Added -VideoFramerateChanged method to controller.mm to detect NTSC Film content to error check detelecine.
- Auto detected or manually choosing 23.967 (NTSC Film) disables detelecine checkbox in the picture preview window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@800 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index c415f98b6..68df8913b 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -99,6 +99,9 @@ IBOutlet NSTextField * fPicSettingAutoCrop; IBOutlet NSTextField * fPicSettingAutoCropDsply; IBOutlet NSTextField * fPicSettingDeinterlaceDsply; + IBOutlet NSTextField * fPicSettingDetelecine; + IBOutlet NSTextField * fPicSettingDetelecineLabel; + IBOutlet NSTextField * fPicLabelAnamorphic; IBOutlet NSTextField * fPicLabelPAROutp; IBOutlet NSTextField * fPicLabelPAROutputX; @@ -245,6 +248,7 @@ - (IBAction) CodecsPopUpChanged: (id) sender; - (IBAction) EncoderPopUpChanged: (id) sender; - (IBAction) TwoPassCheckboxChanged: (id) sender; +- (IBAction ) VideoFrameRateChanged: (id) sender; - (IBAction) SetEnabledStateOfAudioMixdownControls: (id) sender; - (IBAction) AddAllAudioTracksToPopUp: (id) sender; - (IBAction) SelectAudioTrackInPopUp: (id) sender searchPrefixString: (NSString *) searchPrefixString selectIndexIfNotFound: (int) selectIndexIfNotFound; |