Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 263902d17c3842e74e0a6193cb44dc392bdcbec7
https://github.com/WebKit/WebKit/commit/263902d17c3842e74e0a6193cb44dc392bdcbec7
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp
Log Message:
-----------
Merge identical h264/h265 branches in
LibWebRTCProvider::videoDecodingCapabilitiesOverride
https://bugs.webkit.org/show_bug.cgi?id=320023
rdar://182957395
Reviewed by Jean-Yves Avenard.
The video/h264 and video/h265 branches in videoDecodingCapabilitiesOverride()
set the same fields to the same values, so combine them into a single
condition with ||. No behavior change.
* Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp:
(WebCore::LibWebRTCProvider::videoDecodingCapabilitiesOverride):
Canonical link: https://commits.webkit.org/317754@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications