diff options
author | dynaflash <[email protected]> | 2012-06-28 14:41:20 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2012-06-28 14:41:20 +0000 |
commit | ef0c89d6b32cb8b6d4bd22043b0b0d8d2e954c25 (patch) | |
tree | 443820e8ed599a07ebcd476fb8cce234a58ec470 /macosx/HBPresets.m | |
parent | 6bb2ef496275a62f957adfdc77dfb845cc2b6328 (diff) |
MacGui: AppleTV 3 preset fix decomb
- Actually select Decomb (fast) which fixes initial implementation using Decomb Custom.
- Thanks for catching it Rodeo.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4785 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.m')
-rw-r--r-- | macosx/HBPresets.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m index d242c43f1..63ab758df 100644 --- a/macosx/HBPresets.m +++ b/macosx/HBPresets.m @@ -757,7 +757,7 @@ /* Note: decided to use Fast Decomb. This makes this the only device preset using * decomb that we have. Fast Decomb is better than no decomb imo and has basically no * speed hit on progressive sources. Once Default decomb is sped up, we can switch */ - [preset setObject:[NSNumber numberWithInt:1] forKey:@"PictureDecomb"]; + [preset setObject:[NSNumber numberWithInt:3] forKey:@"PictureDecomb"]; /* Set crop settings here */ /* The Auto Crop Matrix in the Picture Window autodetects differences in crop settings */ |