commit | a72e7349d52366655076e609e9e32d456da7f5a2 | [log] [tgz] |
---|---|---|
author | danilchap <danilchap@webrtc.org> | Tue Dec 22 16:07:45 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 22 16:07:48 2015 |
tree | e88656e1191a25a5b3371a062a307c2de716f29a | |
parent | a8890a57a5d03f942924ff61d3c62244f2bdab10 [diff] |
[rtp_rtcp] cleanup in RTCPSender class internals. PrepareReportBlock and AddReportBlock private functions merged: PrepareReportBlock moved report block from statistic to temporary structure AddReportBlock copied that temporary structure into temporary map right after. Thanks to rtcp packet classes that temporary structure is now unneccesary. BUG=webrtc:5260 R=åsapersson Review URL: https://codereview.webrtc.org/1538833002 Cr-Commit-Position: refs/heads/master@{#11112}
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.