- 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
/* 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 */