[Webkit-unassigned] [Bug 274012] New: VideoDecoderConfigSize should be `unsigned long` rather than `unsigned long long`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 10 13:25:40 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=274012

            Bug ID: 274012
           Summary: VideoDecoderConfigSize should be `unsigned long`
                    rather than `unsigned long long`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: cdumez at apple.com, youennf at gmail.com

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240510/dcdf6678/attachment-0001.htm>


More information about the webkit-unassigned mailing list