commit | 43467b09c88533d7ecf2659bb7cd66ed423c7f7c | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Tue Sep 12 09:29:43 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 12 09:29:43 2017 |
tree | 9b68cfe6e8ab775710c70a69c2fefdff06c27536 | |
parent | 9a2d5c98465424806ef3fcf1062e1cb8b82b7cc8 [diff] |
ObjC EncodedImage: Use fixed width integer types We currently use long for some variables, which causes warnings when converting from int64_t. We should use fixed width integer types instead. BUG=b/65491700 Review-Url: https://codereview.webrtc.org/3009293002 Cr-Commit-Position: refs/heads/master@{#19791}
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.