diff options
author | ritsuka <[email protected]> | 2015-05-14 19:37:49 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-05-14 19:37:49 +0000 |
commit | 2659b80cc0d4e078db19436f4f144b50525f2983 (patch) | |
tree | 54a8813f4a53c25e1630e6aa654c348e603f9ee8 /macosx/HBPicture.h | |
parent | 970688a142998ddf68cf1950436bb92e0385139c (diff) |
MacGui: use libhb built-in presets and validation functions. Update the format and save the presets in UserPresets.json, the old presets are automatically imported if the new presets file is not found. The mac gui now requires 10.7 or later.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7181 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPicture.h')
-rw-r--r-- | macosx/HBPicture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPicture.h b/macosx/HBPicture.h index 9cace8fd9..cc0f3dfd8 100644 --- a/macosx/HBPicture.h +++ b/macosx/HBPicture.h @@ -21,7 +21,7 @@ extern NSString * const HBPictureChangedNotification; @property (nonatomic, readwrite) int width; @property (nonatomic, readwrite) int height; -@property (nonatomic, readwrite) int keepDisplayAspect; +@property (nonatomic, readwrite) BOOL keepDisplayAspect; @property (nonatomic, readwrite) int anamorphicMode; @property (nonatomic, readwrite) int modulus; |