commit | e5ae6f82374cb064d39cffffdb650840f734880f | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Sun Dec 13 23:02:33 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 14 07:02:40 2015 +0000 |
tree | 3bd3d73b1123519f0fe2c25df27c6b914e4ed898 | |
parent | 1d5c19d23eb0d0007efd1e80f60f5409c4b25e25 [diff] |
Correcting the check for the return code produced by AudioProcessing::ProcessReverseStream(). Before the change, only -1 was considered to be an error. Allthough the error code scheme for AudioProcessing definitely could be discussed, the current scheme have many error codes that differ from -1 and thus were not caught by the old code. BUG=webrtc:5237 Review URL: https://codereview.webrtc.org/1515073004 Cr-Commit-Position: refs/heads/master@{#11003}
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.