| commit | 6631e8a21bd1e1335dc056f0f205643bf662caa0 | [log] [tgz] |
|---|---|---|
| author | brandtr <brandtr@webrtc.org> | Tue Sep 13 10:23:29 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Sep 13 10:23:34 2016 |
| tree | 2c48bc53f93b56fce2f9601f7fa710700c8b5584 | |
| parent | 07d9e545ff9f3084973d184d714cc8d5d82f1c5b [diff] |
Minor fixes in FEC and RtpSender{,Video}
- Rename GetNumberOfFecPackets -> NumFecPackets and
PacketOverhead -> MaxPacketOverhead in ForwardErrorCorrection.
- Rename FECPacketOverhead -> FecPacketOverhead in ProducerFec.
- Move ownership of ForwardErrorCorrection from RTPSenderVideo
to ProducerFec.
- Make MaxPacketOverhead a member function of ForwardErrorCorrection.
This will allow for changing it, based on FEC header types, later on.
BUG=webrtc:5654
Review-Url: https://codereview.webrtc.org/2275443002
Cr-Commit-Position: refs/heads/master@{#14194}
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.