Bug 274012 - VideoDecoderConfigSize should be `unsigned long` rather than `unsigned long long`
Summary: VideoDecoderConfigSize should be `unsigned long` rather than `unsigned long l...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-10 13:25 PDT by Ahmad Saleem
Modified: 2024-05-28 01:44 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 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!
Comment 1 Radar WebKit Bug Importer 2024-05-17 13:29:28 PDT
<rdar://problem/128291404>
Comment 2 EWS 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.