From 9d03e655fbc53a95e56ebd28d367175a0202a8c6 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Mon, 13 Aug 2007 17:02:37 +0000 Subject: 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 --- macosx/Controller.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macosx/Controller.h') 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; -- cgit v1.2.3