Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 25b4c4a5a86d37abdd22509fc4fbe70685943a6d
https://github.com/WebKit/WebKit/commit/25b4c4a5a86d37abdd22509fc4fbe70685943a6d
Author: Jean-Yves Avenard <[email protected]>
Date: 2025-12-19 (Fri, 19 Dec 2025)
Changed paths:
M Source/WebCore/platform/graphics/cocoa/SourceBufferParserWebM.cpp
M Source/WebCore/platform/video-codecs/cocoa/RTCVideoDecoderVTBAV1.mm
Log Message:
-----------
SourceBufferParserWebM will not compile if AV1 is not enabled.
https://bugs.webkit.org/show_bug.cgi?id=304485
rdar://166863150
Reviewed by Youenn Fablet.
Ensure code conditional on ENABLE(AV1) is only called if ENABLE(AV1) is set.
* Source/WebCore/platform/graphics/cocoa/SourceBufferParserWebM.cpp:
(WebCore::WebMParser::OnTrackEntry):
(WebCore::WebMParser::VideoTrackData::consumeFrameData):
(WebCore::WebMParser::isSupportedVideoCodec):
(WebCore::SourceBufferParserWebM::isContentTypeSupported):
* Source/WebCore/platform/video-codecs/cocoa/RTCVideoDecoderVTBAV1.mm:
(computeAV1InputFormat):
Canonical link: https://commits.webkit.org/304745@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications