summaryrefslogtreecommitdiffstats
path: root/macosx/PictureController.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-07-31 20:09:52 +0000
committerdynaflash <[email protected]>2007-07-31 20:09:52 +0000
commit261da361375e2d6359d978fd148491ca7b761d7b (patch)
treee81096d7e007368f906baceadeac5a2e132ab4be /macosx/PictureController.h
parent043526056a7ca7b11a8238231a0d44cc0f0f6ced (diff)
MacGui: New deinterlace initial implementation
- Replace old deinterlace checkbox with NSPopUp Button New Settings: - None: No deinterlacing - Fast: Original HB deinterlacing - Slow: Yadif Mode 1 - Slower: Yadif and Mcdeint - Slowest: Yadif and Mcdeint Presets still work, any old one will use None or Fast above. New ones will accurately reflect the correct choice. Note: need to determine if the preview is still reflecting deinterlacing on or off. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@772 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r--macosx/PictureController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h
index 973a0e2ff..b7c93c79d 100644
--- a/macosx/PictureController.h
+++ b/macosx/PictureController.h
@@ -36,7 +36,7 @@
IBOutlet NSStepper * fCropLeftStepper;
IBOutlet NSTextField * fCropRightField;
IBOutlet NSStepper * fCropRightStepper;
- IBOutlet NSButton * fDeinterlaceCheck;
+ IBOutlet NSPopUpButton * fDeinterlacePopUp;
IBOutlet NSButton * fPARCheck;
IBOutlet NSButton * fEffectsCheck;
IBOutlet NSButton * fPrevButton;
@@ -50,6 +50,7 @@
/* widgets in main window */
IBOutlet NSTextField * fAutoCropMainWindow;
+ IBOutlet NSTextField * fDeinterlaceLevelMainWindow;
}