Allow bitrate slider to go to 100 Mbps

This commit is contained in:
Cameron Gutman
2018-10-22 19:27:49 -07:00
parent 5ad87f7400
commit 993bfca0ae

View File

@@ -35,7 +35,11 @@ static const int bitrateTable[] = {
20000, 20000,
30000, 30000,
40000, 40000,
50000 50000,
60000,
70000,
80000,
100000
}; };
-(int)getSliderValueForBitrate:(NSInteger)bitrate { -(int)getSliderValueForBitrate:(NSInteger)bitrate {