commit | 271195f33686d6fc1aba51c0d43d76dc6839c4dd | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Mon Feb 11 10:30:03 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 11 13:21:55 2019 |
tree | f36be800e091a3ae1277180a62d36a48dfffe8f8 | |
parent | 501bfba0cb5f9649956451dd0d14f56b62af9af4 [diff] |
Fix potential crash when building rtx packet rtx packet may have addition extension (mid) and may use different header size for extension (e.g. if repaired rtp stream id registered to larger id than rtp stream id) As a result rtx packet size calculation as orginial size + 2 bytes in some scenarious may be incorrect. This chenage avoids crash in that cases. Bug: None Change-Id: I620d95e0592d6bdac0d3623b2675a49fc2177580 Reviewed-on: https://webrtc-review.googlesource.com/c/122180 Reviewed-by: Erik Varga <erikvarga@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26635}
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.
Authoritative list of directories that contain the native API header files.