commit | 45f58d7fccd2660f8489923e36db1a277a683063 | [log] [tgz] |
---|---|---|
author | Pete Makeev <guuud.morning@gmail.com> | Mon Dec 02 14:06:05 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 03 18:17:25 2024 |
tree | 382b5fb20e9c8282a6f1b0256da63a710acdd618 | |
parent | 94f2b91f1158908e8de6a8c44fd9f7be600ea238 [diff] |
Fixed counting of index 'send_codec_position' For-loop has a 'continue' statement that skips increment of the index. Added such an increment before 'continue' for the index to keep up with the for-loop. I guess current implementation will bug on codecs sequence like: 'red, unknown, opus' since the subsequent for-loop (the 'red_codec' one) will not be able to find 'opus'. Seems like adding second increment statement is the easiest way to fix it. Bug: None Change-Id: Iab9cc66cf569458af9fd9ba5b938d83186c78c73 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/369700 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43488}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.