RESOLVED FIXED 274012
VideoDecoderConfigSize should be `unsigned long` rather than `unsigned long long`
https://bugs.webkit.org/show_bug.cgi?id=274012
Summary VideoDecoderConfigSize should be `unsigned long` rather than `unsigned long l...
Ahmad Saleem
Reported 2024-05-10 13:25:40 PDT
Hi Team, While looking into WebCodecs failure, I also came across this slight misalignment from web-spec: WebKit Source: https://searchfox.org/wubkat/rev/5169139ac1127c419017b37d9f2106a2c199070f/Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoderConfig.idl#27 Web Spec: https://w3c.github.io/webcodecs/#video-decoder-config __ We should change: typedef [EnforceRange] unsigned long long WebCodecsVideoDecoderConfigSize; to typedef [EnforceRange] unsigned long WebCodecsVideoDecoderConfigSize; ___ Just wanted to raise so we can fix it. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2024-05-17 13:29:28 PDT
EWS
Comment 2 2024-05-28 01:44:38 PDT
Committed 279370@main (5282ec7af05e): <https://commits.webkit.org/279370@main> Reviewed commits have been landed. Closing PR #29046 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.