commit | 7a6053ae627a3990570ac379f15cd5b5dd757cc7 | [log] [tgz] |
---|---|---|
author | Sergey Silkin <ssilkin@webrtc.org> | Mon Jul 08 09:55:55 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 08 15:37:23 2024 |
tree | 888fc943c166d837f75457371fc4a248400cbbb5 | |
parent | db519e75b7e14f7f090e7cb11c966997f6ae5704 [diff] |
Rename minimum_qp to min_qp For better consistency with the rest codebase (it is min_/max_ for all params in video_encoder.h; only qp is for some reason prefixed with minimum_). Also fixed constant names in libaom AV1 encoder wrapper (moved min from suffix to prefix, minimum -> min_). Bug: chromium:328598314 Change-Id: I6d8521a3abff3a0595a5241c02ef4746eb4694df Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/356600 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42604}
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.