[webkit-changes] [WebKit/WebKit] 5282ec: VideoDecoderConfigSize should be `unsigned long` r...

Commit Queue noreply at github.com
Tue May 28 01:44:58 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5282ec7af05ea5dbb3338bafea9ea9953c97cacc
      https://github.com/WebKit/WebKit/commit/5282ec7af05ea5dbb3338bafea9ea9953c97cacc
  Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
  Date:   2024-05-28 (Tue, 28 May 2024)

  Changed paths:
    M Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoderConfig.idl

  Log Message:
  -----------
  VideoDecoderConfigSize should be `unsigned long` rather than `unsigned long long`

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

Reviewed by Youenn Fablet.

This patch aligns with web-specification [1]:

[1] https://w3c.github.io/webcodecs/#video-decoder-config

Which uses 'unsigned long' instead of current 'unsigned long long' for
codedWidth, codedHeight, displayAspectWidth and displayAspectHeight.

* Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoderConfig.idl:

Canonical link: https://commits.webkit.org/279370@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list