diff options
author | dynaflash <[email protected]> | 2008-12-01 17:58:56 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-12-01 17:58:56 +0000 |
commit | cb1fdf0b003eefd0c4fec59ea65442ec6816294e (patch) | |
tree | 8e7ba372f7102423ae83fd4992ec91afa85dc7c1 | |
parent | 16077a4cd1f879b56a5335a5e31caa05179e24f0 (diff) |
MacGui: Fix Auto Crop in the Legacy AppleTV preset
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1981 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | macosx/HBPresets.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m index a9911a31e..933cba38a 100644 --- a/macosx/HBPresets.m +++ b/macosx/HBPresets.m @@ -566,6 +566,7 @@ /* Set crop settings here */ /* The Auto Crop Matrix in the Picture Window autodetects differences in crop settings */ + [preset setObject:[NSNumber numberWithInt:1] forKey:@"PictureAutoCrop"]; [preset setObject:[NSNumber numberWithInt:0] forKey:@"PictureTopCrop"]; [preset setObject:[NSNumber numberWithInt:0] forKey:@"PictureBottomCrop"]; [preset setObject:[NSNumber numberWithInt:0] forKey:@"PictureLeftCrop"]; |