commit | 89e140ccf7831b12fd94169501d4c4f2d0ab6e30 | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Fri Mar 10 09:43:19 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 10 11:23:15 2023 |
tree | e94280ef6ad0c573a8b576e9eca84f4a99e27db3 | |
parent | 2b878a4839fd2fc55e571c905245210195224f40 [diff] |
VideoCodecInitializer: Only update width/height in VP9 SVC path. The width/height need to be updated in the VP9 SVC case since resolution alignment may be applied inside GetSvcConfig(). This is not needed in the VP9 simulcast case since we don't support simulcast + SVC combo and resolution alignment is not needed for non-SVC. This CL gates the "resolution update" behind "numberOfSimulcastStreams == 1". Bug: webrtc:14884 Change-Id: Ic3551721dcf6775fea6ff0c85fba48e88069fa5a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296766 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39524}
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.