commit | 8179a7cf97d1e05715f645ab98bb00999992fe8d | [log] [tgz] |
---|---|---|
author | deadbeef <deadbeef@webrtc.org> | Tue Jun 27 14:52:50 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jun 27 14:52:50 2017 |
tree | 8041bc8ec2f9f4100db84ace9c12ea5e63b032ae | |
parent | 376473054ca704922da2412ec82d49d4902d2e4f [diff] |
Fixing bad use of std::sort in test method. It was used to force a codec to the top of a list, but it resulted in "a < a" being true, which some C++ runtimes complain about. BUG=None TBR=pthatcher@webrtc.org Review-Url: https://codereview.webrtc.org/2963543002 Cr-Commit-Position: refs/heads/master@{#18786}
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.