commit | f6eb9d64b281d2e689988001435864620197cd2e | [log] [tgz] |
---|---|---|
author | Wan-Teh Chang <wtc@google.com> | Tue Feb 14 22:28:47 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 15 17:27:34 2023 |
tree | 1dae588705dd1501a63e50222936b8937b765179 | |
parent | bd86684bf3c462e99a282e9fd29a17b227ed2840 [diff] |
Declare kMinimumFrameRate for AV1 codec as double The kMinimumFrameRate constant is only used in a comparison with RateControlParameters::framerate_fps, which is of the double type. Declare kMinimumFrameRate as double to match. Note: The kMinimumFrameRate constant was added in https://webrtc-review.googlesource.com/c/src/+/170360. Bug: webrtc:11404 Change-Id: I11769867d4e52a720219c8a0ade8e8b74d13ca86 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293384 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/main@{#39320}
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.