summaryrefslogtreecommitdiffstats
path: root/macosx/HBPresets.h
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-11-20 17:08:09 +0000
committerjbrjake <[email protected]>2008-11-20 17:08:09 +0000
commit8c3051051248351e8beb625f8b96749cba0bd939 (patch)
tree184d11e8fb8e66d8112be8c4cc2a42eb07772721 /macosx/HBPresets.h
parent5b96f6c627135fab3f47717d118c14505c98aba6 (diff)
MacGui and CLI: Finalizes built-in presets for 0.9.3
- Adds a Legacy folder nested inside the Apple folder, which holds 0.9.2's AppleTV preset, the old iPod High-Rez preset (iPod Legacy), and the old iPhone preset. - The standard iPhone preset has ben changed to CRF, loses the iPod 5.5G atom since its prescence was misleading (the preset doesn't employ VBV controls), and gains 2 mixed reference frames. - The new AppleTV preset has been slightly nerfed down to subme 7 from subme 9. - The iPod Classic and Nano preset (formerly known as iPod Low-Rez) has been retitled to simply iPod as it is compatible with the older 5G models. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1934 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.h')
-rw-r--r--macosx/HBPresets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBPresets.h b/macosx/HBPresets.h
index e91041b66..59d2774ab 100644
--- a/macosx/HBPresets.h
+++ b/macosx/HBPresets.h
@@ -14,7 +14,6 @@
/* Built-In Preset Dictionaries (one for each built in preset) */
- (NSDictionary *)createApplePresetFolder;
-- (NSDictionary *)createAppleIpodFamilyPresetFolder;
- (NSDictionary *)createBasicPresetFolder;
- (NSDictionary *)createGamingConsolesPresetFolder;
- (NSDictionary *)createHiProfilePresetFolder;
@@ -22,11 +21,13 @@
- (NSDictionary *)create360Preset;
- (NSDictionary *)createAnimationPreset;
- (NSDictionary *)createAppleTVPreset;
+- (NSDictionary *)createAppleTVLegacuPreset;
- (NSDictionary *)createAppleUniversalPreset;
- (NSDictionary *)createClassicPreset;
- (NSDictionary *)createCRFPreset;
- (NSDictionary *)createFilmPreset;
- (NSDictionary *)createiPhonePreset;
+- (NSDictionary *)createiPhoneLegacyPreset;
- (NSDictionary *)createIpodHighPreset;
- (NSDictionary *)createIpodLowPreset;
- (NSDictionary *)createNormalPreset;