summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideoController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBVideoController.m')
-rw-r--r--macosx/HBVideoController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBVideoController.m b/macosx/HBVideoController.m
index c3148b496..6bcbfb4c2 100644
--- a/macosx/HBVideoController.m
+++ b/macosx/HBVideoController.m
@@ -360,7 +360,7 @@ NSString *HBVideoEncoderChangedNotification = @"HBVideoEncoderChangedNotificatio
}
/* Video quality */
- self.qualityType = [queueToApply[@"VideoQualityType"] intValue];
+ self.qualityType = [queueToApply[@"VideoQualityType"] intValue] - 1;
[fVidBitrateField setStringValue:queueToApply[@"VideoAvgBitrate"]];