commit | 372e587ea8886c2f1c386d620d32e58e356ed6fd | [log] [tgz] |
---|---|---|
author | Sami Kalliomäki <sakal@webrtc.org> | Tue Jun 27 15:00:21 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 28 07:58:42 2017 |
tree | 827e073611d663360e548ea88ed751014d2843a3 | |
parent | 3aa3ea7913706b2e4e96db2d64938c43315b3bc4 [diff] |
Fix samplingMatrix for I420Frames converted from VideoFrame. The conversion code was wrong because it assumed the 3x3 matrix is a XYZ-matrix when it really is XYW-matrix. We have to override the matrix for I420 frames to flip the vertically before rendering. R=magjed@webrtc.org Bug: webrtc:7760 Change-Id: I1f08c1a929bf5721706e2a902701100cf7a9c31d Reviewed-on: https://chromium-review.googlesource.com/541346 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#18801}
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.