commit | 57c1ad3b16b222d5e63bf94d96a32c652e2e59d8 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Mon Nov 21 04:59:50 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 21 12:59:59 2016 +0000 |
tree | 26e19e170d1f5cfdfcd4ab2525852fcb23c63b9f | |
parent | cc7bf8844e790d534275c2700a3be62a20c7dc70 [diff] |
Don't declare function arguments of array type They just decay to pointers anyway, so it's more honest to declare them as pointers. BUG=webrtc:5805 Review-Url: https://codereview.webrtc.org/2515163002 Cr-Commit-Position: refs/heads/master@{#15165}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.