commit | 24e704f14818c744098fd22fe648133c9da33c23 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Thu Aug 10 17:20:44 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 10 20:40:15 2023 |
tree | 813fa443243178a5c5e8fb19c19c1af968dec957 | |
parent | 92ce47074777907d0e5047bfd10b7f0ff274d781 [diff] |
Cleanup calculating time between RTCP reports Move that calculation into dedicated function, move comment why it is calculated the way it is into the same function. Cleanup that comment - remove parts unused by current code, in particular remove description of code that was deleted a while ago Use more strict types for the calculation to make it clearer. Replace DCHECK result can't be zero with a clamp to ensure it can't be zero, because with large bitrates it may. Reland of https://webrtc-review.googlesource.com/c/src/+/315143 Bug: None Change-Id: I41ce383a2f19d489e4cae0b1bf1f720e0ffdd17a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/315460 Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40538}
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.