commit | 4d131e4eec9cbcf2d40a7438e6b18aee68e90c5c | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Mon Jul 09 19:41:33 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 10 06:20:01 2018 |
tree | f4fc2d6e2fc835220063c2a3c37e2e08042f67eb | |
parent | b41b11bb99407ea89cf7d0e2881c2d1d0f8a1494 [diff] |
Switch from int64 to int64_t. The usage of int64 seems unintentional but it works because int64 is defined here: https://cs.chromium.org/chromium/src/third_party/libyuv/include/libyuv/basic_types.h?l=33&rcl=e1f6c1c0b57a9210bb95e88080fa171296210296 This CL switches to int64_t and aligns with the rest of the codebase. Bug: None Change-Id: I2292974dbca3692b570214d8bc790336219b151e Reviewed-on: https://webrtc-review.googlesource.com/87700 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23894}
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.
Authoritative list of directories that contain the native API header files.