commit | 0981cd16f2a598b74300474327ff0485169ce1a8 | [log] [tgz] |
---|---|---|
author | johan <johan@webrtc.org> | Wed Mar 01 06:32:01 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 01 14:32:01 2017 +0000 |
tree | ecbf0ba0580064319ebbf6d6e2b97ee65cfe51d2 | |
parent | e5d3a3ea78fde6f1557bdc5db3c457735d11b0b1 [diff] |
Resolve inconsistent definition of video's webrtc::CodecSpecificInfo. Following files define the same classes - modules/video_coding/codecs/interface/video_codec_interface.h - modules/video_coding/include/video_codec_interface.h The first one is deprecated. As long as it is not removed, both files should provide consistent class declarations. Otherwise any donwstream project that includes its own codecs could experience memory corruption issues. Before this CL member declarations and ctor definition for webrtc::CodecSpecificInfo diverged between both header files. BUG=webrtc:7280 Review-Url: https://codereview.webrtc.org/2727633002 Cr-Commit-Position: refs/heads/master@{#16944}
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.