summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-02 15:57:24 -0500
committerJoel Fischer <joeljfischer@gmail.com>2018-01-02 15:57:24 -0500
commitd64b570ae17041f0ed1c5a07a701e057960133b0 (patch)
tree0df6bac527eb0d9f5ffd473f5d8e92e3f914cac1
parent0d9db30139f0e7c4c14803413b9100c2cb33fb5b (diff)
downloadsdl_ios-d64b570ae17041f0ed1c5a07a701e057960133b0.tar.gz
Up the max data rate limit / 5 second
-rw-r--r--SmartDeviceLink/SDLH264VideoEncoder.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLH264VideoEncoder.m b/SmartDeviceLink/SDLH264VideoEncoder.m
index 34606ff1a..b71670104 100644
--- a/SmartDeviceLink/SDLH264VideoEncoder.m
+++ b/SmartDeviceLink/SDLH264VideoEncoder.m
@@ -42,7 +42,7 @@ static NSDictionary<NSString *, id>* _defaultVideoEncoderSettings;
(__bridge NSString *)kVTCompressionPropertyKey_RealTime: @YES,
(__bridge NSString *)kVTCompressionPropertyKey_ExpectedFrameRate: @15,
(__bridge NSString *)kVTCompressionPropertyKey_AverageBitRate: @600000,
- (__bridge NSString *)kVTCompressionPropertyKey_DataRateLimits: @[@425000, @5]
+ (__bridge NSString *)kVTCompressionPropertyKey_DataRateLimits: @[@475000, @5]
};
}