commit | fd7c0a566a98c936005d3490bb92768a4abbb217 | [log] [tgz] |
---|---|---|
author | Ivo Creusen <ivoc@webrtc.org> | Fri Oct 20 10:35:04 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 20 11:56:23 2017 |
tree | 59b74e3ff1266bb46231297e7598798a6a60c9c1 | |
parent | 9434240f7e08b34567b1ac49ced329f7d5ebfdfa [diff] |
Avoid NetEq triggering a Framelength change when receiving an FEC packet. Internally in NetEq, an FEC packet looks very similar to a split packet, which caused NetEq to miscalculate the frame length of FEC packets. This incorrect framelength calculation was incorrectly handled as a framelength change by NetEq. Bug: webrtc:8410 Change-Id: Icaea961d055e49d7726b87811881db0b9149805b Reviewed-on: https://webrtc-review.googlesource.com/12420 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20373}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.