diff options
author | dynaflash <[email protected]> | 2010-11-09 04:12:37 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-11-09 04:12:37 +0000 |
commit | 2ac75a70d17f26b7efcf8f84a1b1c6f3049904ad (patch) | |
tree | 32cbea3164c84605c6a166479bdbb99997d4ff74 /macosx/HBAdvancedController.m | |
parent | 38c3a76f0ddf39bf6cf3cada5e33cc368a6638ce (diff) |
MacGui: fix alignment of the widgets in the Advanced Panel.
- Patch by Rodeo.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3665 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAdvancedController.m')
-rw-r--r-- | macosx/HBAdvancedController.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBAdvancedController.m b/macosx/HBAdvancedController.m index 9557ca20d..c8c8b12dc 100644 --- a/macosx/HBAdvancedController.m +++ b/macosx/HBAdvancedController.m @@ -1039,8 +1039,7 @@ } else { - /* Otherwise the format is deblock=a,b, where a and b both have an array - offset of 7 because deblocking values start at -6 instead of at zero. */ + /* Otherwise the format is psy-rd=a,b */ thisOpt = [NSString stringWithFormat:@"%@=%0.1f,%0.2f", optName, [fX264optPsyRDSlider floatValue], [fX264optPsyTrellisSlider floatValue] ]; } } |