Release assertion in webrtc::RtpPacketizerH264::PacketizeStapA on bad input. This release assertion fires when invalid input is passed in to `webrtc::RtpPacketizerH264::RtpPacketizerH264()` in `Source/ThirdParty/libwebrtc/Source/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc`: ``` [...] while (payload_size_left >= payload_size_needed()) { RTC_CHECK_GT(fragment.size(), 0); [...] ``` <rdar://118859268>
Pull request: https://github.com/WebKit/WebKit/pull/20969
Committed 271215@main (832866a2a943): <https://commits.webkit.org/271215@main> Reviewed commits have been landed. Closing PR #20969 and removing active labels.