Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 78f58a36dce83495e9c4cc6a53e367283cd05e95
https://github.com/WebKit/WebKit/commit/78f58a36dce83495e9c4cc6a53e367283cd05e95
Author: Charlie Wolfe <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/WebCore/platform/graphics/VP9Utilities.cpp
Log Message:
-----------
createVPCodecParametersString zero-pads bitDepth based on
transferCharacteristics
https://bugs.webkit.org/show_bug.cgi?id=316764
rdar://179210193
Reviewed by Pascoe.
The leading-zero guard for the two-digit bitDepth field tested
configuration.transferCharacteristics
instead of configuration.bitDepth. This produced a malformed codec string. Test
bitDepth.
* Source/WebCore/platform/graphics/VP9Utilities.cpp:
(WebCore::createVPCodecParametersString):
Canonical link: https://commits.webkit.org/314932@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications