summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-06-28 15:51:01 +0000
committerdynaflash <[email protected]>2007-06-28 15:51:01 +0000
commit335b7a3c9938e14be5f0b21f3aca5d8500ad4310 (patch)
tree88b78c050e42f809e1437c6e4c2c83eb115787d6 /macosx/Controller.h
parente2df1a37f062a8ce61a791ff137089fe1b1fef23 (diff)
MacGui: Built In Presets - Added iPod Low-Res
- Changed current iPod to "iPod High-Res" and changed its opt string to keyint=300:keyint-min=30:bframes=0:cabac=0:ref=1:vbv-maxrate=1500:vbv-bufsize=2000:analyse=all:me=umh:subme=6:no-fast-pskip=1 as per rhester git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@642 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 ee3b8b6de..35b67ec3b 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -271,7 +271,8 @@
- (IBAction) ShowAddPresetPanel: (id) sender;
- (IBAction) CloseAddPresetPanel: (id) sender;
- (NSDictionary *)CreatePreset;
-- (NSDictionary *)CreateIpodPreset;
+- (NSDictionary *)CreateIpodLowPreset;
+- (NSDictionary *)CreateIpodHighPreset;
- (NSDictionary *)CreateAppleTVPreset;
- (NSDictionary *)CreatePSThreePreset;
- (NSDictionary *)CreatePSPPreset;