summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-07-24 01:54:12 +0000
committerjbrjake <[email protected]>2007-07-24 01:54:12 +0000
commit047bfe28f4949d7646f3acaa581f60bcba45bd44 (patch)
tree173cbcc685159efb4fa27eca3e8a99d9510399ff /macosx/Controller.h
parent1c35c63291746d666f8b3c31e817154770163427 (diff)
MacGui: adds a bunch more presets
- HB-Normal (a new default, not yet active) - HB-Classic (the default up until now) - HB-QuickTime - HB-Film - HB-Television - HB-Animation - HB-Bedlam (maxed out settings, crazier than MeGUI's HQ-Insane) - HB-iPhone Also touched up some of the existing ones' descriptions and increased the motion estimation and subpixels for the PS3. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@724 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index f7e1d5068..9479c3699 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -281,6 +281,14 @@
- (NSDictionary *)CreateAppleTVPreset;
- (NSDictionary *)CreatePSThreePreset;
- (NSDictionary *)CreatePSPPreset;
+- (NSDictionary *)CreateNormalPreset;
+- (NSDictionary *)CreateClassicPreset;
+- (NSDictionary *)CreateQuickTimePreset;
+- (NSDictionary *)CreateFilmPreset;
+- (NSDictionary *)CreateTelevisionPreset;
+- (NSDictionary *)CreateAnimationPreset;
+- (NSDictionary *)CreateBedlamPreset;
+- (NSDictionary *)CreateiPhonePreset;
- (IBAction) RevertPictureSizeToMax:(id)sender;