commit | 523589dbd84729b5aba00a581d9111a515f50bce | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Thu Nov 23 13:24:53 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 23 15:41:38 2017 +0000 |
tree | d81b3dc8b75aae4cb3207be1ae1464a4c44f74a8 | |
parent | 01f2ec35a6913675dbda2990b3fdb3cc3e95987d [diff] |
Create common helper method for comparing video formats Unfortunately, H264 makes it non-trivial to compare video formats for equality. For every video format besides H264 it's enough to look at the name, but for H264, we need to dig into the parameters. This logic is currently in several places, and this CL unifies it to one place. Bug: webrtc:7925 Change-Id: I83a516b108d6b4d6792fd0bf1d24296916d9f7fa Reviewed-on: https://webrtc-review.googlesource.com/25120 Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20853}
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.