commit | 20ee02c49f8eef3ef01a108dcf5916e9ddbd0719 | [log] [tgz] |
---|---|---|
author | Johannes Kron <kron@webrtc.org> | Tue Apr 20 13:53:52 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 21 07:21:41 2021 |
tree | 739c33d8612ba1d0ec541e947c7b8032d3c2d824 | |
parent | 86ee89f73e4f4799b3ebcc0b5c65837c9601fe6d [diff] |
Add codec comparison function to SdpVideoFormat SdpVideoFormat is used to configure video encoder and decoders. This CL adds support for comparing two SdpVideoFormat objects to determine if they specify the same video codec. This functionality previously only existed in media/base/codec.h which made the code sensitive to circular dependencies. Once downstream projects stop using cricket::IsSameCodec, this code can be removed. Bug: chromium:1187565 Change-Id: I242069aa6af07917637384c80ee4820887defc7d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/213427 Commit-Queue: Johannes Kron <kron@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33794}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.