diff options
author | jbrjake <[email protected]> | 2007-08-13 18:14:28 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-08-13 18:14:28 +0000 |
commit | 6c72d52ad7292740514b97c919f84970124f6b8a (patch) | |
tree | a36f254ffab190eac68715e7c6c54dc3aca30f8d /macosx/Controller.h | |
parent | 9d03e655fbc53a95e56ebd28d367175a0202a8c6 (diff) |
MacGui: nerfs the presets, as collapsible triangle folder thingies are waiting for the next release. Also adds one for CRF (shamelessly ripped from Sharktooth's CQ-ASP_Q2_eq(crf) profile for MEGui.) Hopefully I watered the presets down enough, but who knows...they might still encode too slowly for the masses.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@801 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 68df8913b..c6d4a493e 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -318,6 +318,7 @@ - (NSDictionary *)CreateDeuxSixQuatrePreset; - (NSDictionary *)CreateBrokePreset; - (NSDictionary *)CreateBlindPreset; +- (NSDictionary *)CreateCRFPreset; - (IBAction) RevertPictureSizeToMax:(id)sender; |