commit | e3fc11464e5b295c53c897d3dcb4da0cdf10fc21 | [log] [tgz] |
---|---|---|
author | ivoc <ivoc@webrtc.org> | Tue May 16 07:13:15 2017 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue May 16 14:13:15 2017 +0000 |
tree | 7defab4feed32332750e128a8b704785bfbe3830 | |
parent | 52c83fe7102f566cf35a7533092873d58b38f426 [diff] |
Fixed NetEq overflow bug. Negating an int can result in a value that cannot be represented as an int. This is fixed here by using a 64 bit variable. BUG=chromium:663611 Review-Url: https://codereview.webrtc.org/2879863002 Cr-Commit-Position: refs/heads/master@{#18167}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.