commit | 5dfac5681351242808798e7c74a5c52189fae151 | [log] [tgz] |
---|---|---|
author | magjed <magjed@webrtc.org> | Fri Nov 25 03:56:37 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 25 11:56:41 2016 +0000 |
tree | b269a039c6a6ddcfa3ef5a0545f3876141acb70e | |
parent | a6a699a13078bc8ccc4ed38128c90e6fedc882dc [diff] |
Keep all codec parameters in VideoReceiveStream::Decoder It will be necessary to keep the H264 profile information in VideoReceiveStream::Decoder. I think it will be easier now and for the future to just store all of the codec parameters unmodified in VideoReceiveStream::Decoder instead of extracting a subset of them to an ad hoc class. BUG=webrtc:6743,webrtc:5948 Review-Url: https://codereview.webrtc.org/2523773003 Cr-Commit-Position: refs/heads/master@{#15239}
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.