[webkit-changes] [WebKit/WebKit] 653fe1: Fix length passed to H265PpsParser::ParsePpsIdFrom...
Commit Queue
noreply at github.com
Tue Oct 31 02:47:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 653fe1d005a464e61ccda68256b5417fdb7382ff
https://github.com/WebKit/WebKit/commit/653fe1d005a464e61ccda68256b5417fdb7382ff
Author: David Kilzer <ddkilzer at apple.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.cc
Log Message:
-----------
Fix length passed to H265PpsParser::ParsePpsIdFromSliceSegmentLayerRbsp() when called from ParseFuNalu()
https://bugs.webkit.org/show_bug.cgi?id=263935
<rdar://117708319>
Reviewed by Youenn Fablet.
* Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.cc:
(webrtc::(anonymous namespace)::ParseFuNalu):
- Compute the correct remaining buffer length after adding an offset to
the start of the rtp_payload buffer.
Canonical link: https://commits.webkit.org/270002@main
More information about the webkit-changes
mailing list