commit | 94b3b5e341e811407c6fbf163324ed282b5a09ea | [log] [tgz] |
---|---|---|
author | Rasmus Brandt <brandtr@webrtc.org> | Tue Aug 16 07:50:38 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 16 13:37:22 2022 |
tree | d2deebe250905ba6daa45df604b13f5dae159e28 | |
parent | 0cf140d720e15f5b9064190511ef51746a6efe84 [diff] |
Improve sanity checks - Move existing check on `max_frame_size` to the top. By doing this early, the filter will not end up in an inconsistent state (predicted but not updated) when called with a tiny `max_frame_size`. - Add sanity check on noise variance. This will avoid sqrt of a negative number. Bug: webrtc:14151 Change-Id: I2507a9114655d3c3ae35bf5ed83f3f1154c42ad3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/271281 Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37798}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.