commit | 970b911f765e79778ed4268396180f89808e9350 | [log] [tgz] |
---|---|---|
author | Hyesung Kim <lukas.k@hpcnt.com> | Tue Apr 09 06:46:31 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 22 01:03:48 2024 |
tree | 6fd5956fbce62398431e184f9bd6c1a653b851fb | |
parent | 2dd6cf61fdcca1b6f7f660f4bc43296bab6fa702 [diff] |
Fixed warning log generation for IRAP frames in H265 Aggregation Packet. When an IRAP frame was present in the Aggregation Packet, the control flow was incorrectly transferred to SPS parsing due to ABSL_FALLTHROUGH_INTENDED within the IRAP case statement, resulting in a parsing error and generating a warning log. A break statement has been introduced to prevent this fallthrough. Bug: webrtc:13485 Change-Id: I523fbf548f14b31eae7c41f607fe33572f094aac Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/346381 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Cr-Commit-Position: refs/heads/main@{#42132}
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.