summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2009-02-04 22:09:33 +0000
committerdynaflash <[email protected]>2009-02-04 22:09:33 +0000
commit9862522802e2736c5d694b5a929b41e4e7e3f806 (patch)
tree190281ba72788cca595502abc74f17c80df3ab93 /macosx/Controller.h
parent246422f2c71fc79decf7c15bbae144214bfdf8ba (diff)
MacGui: Picture Filters Inspector enhancements
- Add custom settings fields to Detelecine, Decomb, Deinterlace, and Denoise. - Add a two position slider to choose between Decomb and Deinterlace (can no longer run both in the macgui). - Update Presets, Queue, and Live Preview code accordingly. - Moved Grayscale to the Filters inspector and removed it from the main window. - Changed the style of the buttons on both the settings and filters inspectors to better fit in with HUD. Known Issues: - Resizing of the inspector to show/hide the custom fields is a touch ugly. - Setting the filter to "Custom" then not using a custom string, results in default from libhb, though should probably error trap against that actually. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2114 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 453c54eba..cfabdda43 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -106,7 +106,6 @@ BOOL fIsDragging;
IBOutlet NSTextField * fVidBitrateField;
IBOutlet NSButtonCell * fVidConstantCell;
IBOutlet NSSlider * fVidQualitySlider;
- IBOutlet NSButton * fVidGrayscaleCheck;
IBOutlet NSButton * fVidTwoPassCheck;
IBOutlet NSButton * fVidTurboPassCheck;
@@ -134,6 +133,8 @@ BOOL fIsDragging;
IBOutlet NSTextField * fPicSettingDetelecine;
IBOutlet NSTextField * fPicSettingDenoise;
IBOutlet NSTextField * fPicSettingDeblock;
+ IBOutlet NSTextField * fPicLabelGrayscale;
+ IBOutlet NSTextField * fPicSettingGrayscale;
/* Picture variables */
int PicOrigOutputWidth;