]> granicus.if.org Git - handbrake/commitdiff
MacGui: AppleTV 3 preset fix decomb
authordynaflash <dynaflashtech@gmail.com>
Thu, 28 Jun 2012 14:41:20 +0000 (14:41 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Thu, 28 Jun 2012 14:41:20 +0000 (14:41 +0000)
- 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

macosx/HBPresets.m

index d242c43f1f4939092c507f76057424084478b00e..63ab758dfd7f7b2551ed52dc1dd276a4be05e574 100644 (file)
     /* 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 */