summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-01-03 11:03:24 -0500
committerJoel Fischer <joeljfischer@gmail.com>2018-01-03 11:03:24 -0500
commit994b55957ce13d25748422f529ae9730e0ab859c (patch)
tree7366e3ccef90ad4a164cf5ca24bb240ad3787bd1
parentd64b570ae17041f0ed1c5a07a701e057960133b0 (diff)
downloadsdl_ios-994b55957ce13d25748422f529ae9730e0ab859c.tar.gz
Remove hard data limit
-rw-r--r--SmartDeviceLink/SDLH264VideoEncoder.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLH264VideoEncoder.m b/SmartDeviceLink/SDLH264VideoEncoder.m
index b71670104..c4d025464 100644
--- a/SmartDeviceLink/SDLH264VideoEncoder.m
+++ b/SmartDeviceLink/SDLH264VideoEncoder.m
@@ -42,7 +42,6 @@ static NSDictionary<NSString *, id>* _defaultVideoEncoderSettings;
(__bridge NSString *)kVTCompressionPropertyKey_RealTime: @YES,
(__bridge NSString *)kVTCompressionPropertyKey_ExpectedFrameRate: @15,
(__bridge NSString *)kVTCompressionPropertyKey_AverageBitRate: @600000,
- (__bridge NSString *)kVTCompressionPropertyKey_DataRateLimits: @[@475000, @5]
};
}