commit | 4f43fcfd496485e5dc866231de0fd1d298442cfa | [log] [tgz] |
---|---|---|
author | ossu <ossu@webrtc.org> | Fri Mar 04 08:54:32 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Mar 04 08:54:38 2016 |
tree | 2ea0fed6d18d2638bd17d80fb47bae99f6830c5e | |
parent | 88950cfbf9bf3a7a1f2d3353ce9e649e0a68bbf8 [diff] |
Renamed new EncodeInternal to EncodeImpl to ensure proper backwards compatibility. Renamed the new variant of EncodeInternal to EncodeImpl, so that subclasses implementing one of the EncodeInternal don't need to explicitly contain 'using AudioEncoder::EncodeInternal' to avoid their implementation hiding the other variant of EncodeInternal. This causes a warning (treated as an error) when building using GCC. Review URL: https://codereview.webrtc.org/1764583003 Cr-Commit-Position: refs/heads/master@{#11868}
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.