commit | ba6371ec861b511db000a9487650dd49e344b866 | [log] [tgz] |
---|---|---|
author | nisse <nisse@webrtc.org> | Mon May 09 07:47:53 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon May 09 07:47:59 2016 |
tree | cb31760e559a9b86d47420df8002edf0949e75a3 | |
parent | 85d5108b0b6bb504eb18f6ecc5f49e35d39779a9 [diff] |
Delete unused video capture support for cropping, non-square pixels, and ARGB screencast scaling. First two are unused, because the instance variables ratio_w_, ratio_h_, and square_pixel_aspect_ratio_, are never modified after initialization to 0 and false. ARGB is believed to be unused, and the scaling logic is probably not appropriate in any case. Also delete corresponding helper functions in videocommon.cc. BUG=webrtc:5682 Review-Url: https://codereview.webrtc.org/1934503002 Cr-Commit-Position: refs/heads/master@{#12659}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.