commit | 3f9589ae640acf35ba14981610a18b84cc1acd74 | [log] [tgz] |
---|---|---|
author | Sergey Silkin <ssilkin@webrtc.org> | Fri Jul 12 13:13:51 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 15 10:23:10 2024 |
tree | 1b619bb6183f311bef33446e00abfe5c3647f699 | |
parent | 55d328dc25bc7da48eb83ac8cac6407fd0aa3041 [diff] |
Remove max_qp argument from GetSimulcastConfig() This is a cleanup of simulcast.cc. max_qp is not needed to decide simulcast config. Move setting of max QP in VideoStream one level up, to EncoderStreamFactory::CreateEncoderStreams(), where it can be set per stream. Bug: webrtc:351644568, b/352504711 Change-Id: Ia0e3e9d90032383574dc8867b30d362e9c5df7e8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/357102 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42634}
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.