Bug 274012
Summary: | VideoDecoderConfigSize should be `unsigned long` rather than `unsigned long long` | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ahmad Saleem
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/128291404>
EWS
Committed 279370@main (5282ec7af05e): <https://commits.webkit.org/279370@main>
Reviewed commits have been landed. Closing PR #29046 and removing active labels.