diff options
author | jbrjake <[email protected]> | 2010-06-19 16:40:01 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2010-06-19 16:40:01 +0000 |
commit | 1f496b9534ee4a2f0e1257fe26daaabde8b0230c (patch) | |
tree | 718ca91b1953efa88524a28f7e5c7b88da827609 /macosx/HBPresets.h | |
parent | cc4a637adaa6677fecab50025463fefcc30c6a25 (diff) |
MacGui: Adds a built-in iPad preset with a max width of 1024, peak fps of 29.97, and, at least for now, default x264 options.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3393 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.h')
-rw-r--r-- | macosx/HBPresets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPresets.h b/macosx/HBPresets.h index d8ea61a2e..b4e150710 100644 --- a/macosx/HBPresets.h +++ b/macosx/HBPresets.h @@ -17,6 +17,7 @@ - (NSDictionary *)createRegularPresetFolder; - (NSDictionary *)createLegacyPresetFolder; +- (NSDictionary *)createiPadPreset; - (NSDictionary *)createAppleTVPreset; - (NSDictionary *)createAppleTVLegacyPreset; - (NSDictionary *)createAppleUniversalPreset; |