commit | 8f29b42670c88b3f0eda0f297ad254a0822ac860 | [log] [tgz] |
---|---|---|
author | Wan-Teh Chang <wtc@google.com> | Thu Mar 16 01:39:57 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 16 02:57:44 2023 |
tree | 245390cb7f338d5292091e1a448f6077ce09753c | |
parent | 4fbf55598915ec6092e9346938206d363588f139 [diff] |
Validate encoder_settings_.qpMax libaom uses the quantizer as an index for an array of size 64, so encoder_settings_.qpMax must be <= 63. Add a comment to LibaomAv1Encoder::SetSvcParams() to explain why the method doesn't initialize svc_params.layer_target_bitrate. Bug: None Change-Id: I26be80de005752214365abbe8b9b32dc976cee0b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293680 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/main@{#39572}
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.