commit | e5a6ab45d351d23c17feca2b6d1961e5f7d4eec5 | [log] [tgz] |
---|---|---|
author | Wan-Teh Chang <wtc@google.com> | Sun Apr 07 04:21:18 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 08 19:30:55 2024 |
tree | 71ab6a43a87ae03929dd6016381a8e147d957fd3 | |
parent | e92be7f42f4af32b84c0346dede88bb674fa8ae7 [diff] |
RTC_CHECK crop_width_,crop_height_ are nonnegative Similar to the two RTC_CHECK_GE's earlier in the VideoStreamEncoder::ReconfigureEncoder() method (originally added to webrtc/video/vie_encoder.cc in https://codereview.webrtc.org/2936393002), add two RTC_CHECK_GE's to ensure that crop_width_ and crop_height_ are nonnegative. Bug: b:330482827 Change-Id: Ia4989307b754abb101e50d33beeca4483a694a62 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/346026 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/main@{#42017}
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.