diff options
Diffstat (limited to 'macosx/HBVideoController.m')
-rw-r--r-- | macosx/HBVideoController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBVideoController.m b/macosx/HBVideoController.m index 3e5719f09..a3ed3337c 100644 --- a/macosx/HBVideoController.m +++ b/macosx/HBVideoController.m @@ -188,6 +188,8 @@ static void *HBVideoControllerContext = &HBVideoControllerContext; granularity = [[NSUserDefaults standardUserDefaults] floatForKey:@"x264CqSliderFractional"]; } + fVidQualitySlider.minValue = minValue; + fVidQualitySlider.maxValue = maxValue; [fVidQualitySlider setNumberOfTickMarks:(int)((maxValue - minValue) * (1.0f / granularity)) + 1]; |