diff options
author | dynaflash <[email protected]> | 2007-11-29 19:50:24 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-11-29 19:50:24 +0000 |
commit | 83cd1612adcdb03d46e01e7149e6f18137059c53 (patch) | |
tree | 371bb8ede3b5d4a60039ffb2653742cf380c235d /macosx/Controller.h | |
parent | 6691b9490e5e87ca2e77c39b0a50aaf6b43c7e8a (diff) |
MacGui: Split Picture settings for new preset up into Size and Filters and add VFR to presets
- New Add preset Panel
- Now can specify how preset uses picture sizing (includes height, width, keep ar, anamorphic and cropping) separately from whether or not it uses Picture Filters (currently includes Deinterlace, Detelecine, VFR, Denoise, and Deblock (pp7) )
- Allows for greater flexibility in setting up your presets
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1086 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index a1df9d47c..030d21eef 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -165,6 +165,7 @@ IBOutlet NSTextField * fPresetNewName; IBOutlet NSTextField * fPresetNewDesc; IBOutlet NSPopUpButton * fPresetNewPicSettingsPopUp; + IBOutlet NSButton * fPresetNewPicFiltersCheck; IBOutlet NSTextField * fPresetSelectedDisplay; NSString * AppSupportDirectory; |