OSDN Git Service

MacGui: fix alignment of the widgets in the Advanced Panel.
[handbrake-jp/handbrake-jp-git.git] / macosx / HBAdvancedController.m
index 9557ca2..c8c8b12 100644 (file)
         }
         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] ];
         }
     }