commit | 772bd8b6a7d232c94b1d2b1d37ec7e1f9515c7a7 | [log] [tgz] |
---|---|---|
author | danilchap <danilchap@webrtc.org> | Wed Sep 13 10:24:28 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Sep 13 10:24:28 2017 |
tree | 687a99ed2066a8bd424da63d2beb9b5d9e13bbff | |
parent | 87443ee3e69abf8dbf656952d29501daa248ff2c [diff] |
Fix no_size_t_to_int_warning in rtp_rtcp:rtp_rtcp_format target Change types in interface to plain int. When putting values into raw buffer / structures with small types, use rtc::dchecked_cast. BUG=webrtc:1348 Review-Url: https://codereview.webrtc.org/3013623002 Cr-Commit-Position: refs/heads/master@{#19813}
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.