commit | 9560d7dc58bc379061b9ab9d8d72b137c077fd10 | [log] [tgz] |
---|---|---|
author | Ilya Nikolaevskiy <ilnik@webrtc.org> | Wed Oct 30 11:19:47 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 30 11:27:54 2019 +0000 |
tree | 9190876b0a947cd656954b8542aa6461426b40e8 | |
parent | 4e19670d3a93d0c78607ded97c040fe9b4b8f18c [diff] |
Make update_rect optional in VideoFrame For the automatic content type detection we need to know if the update rect is trusted or just not available. Currently we only care if it's not empty, so in case of no update rect available, full frame resolution was set as a changed region. This CL makes the update_rect field optional but should be a no-op in the current code, as absence of update_rect is treated as a full update via a new getter method |update_rect_or_full_frame()|. Bug: webrtc:11058 Change-Id: I913545b71ac2fc845861549ac34eb1b630012109 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158673 Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29654}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.