[Webkit-unassigned] [Bug 271944] New: 'kMaxFFTPow2Size' should be 'unsigned' within FFTFrameGStreamer.cpp similar to FFTFrameMac.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Mar 30 17:29:21 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=271944
Bug ID: 271944
Summary: 'kMaxFFTPow2Size' should be 'unsigned' within
FFTFrameGStreamer.cpp similar to FFTFrameMac.cpp
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
CC: dpino at igalia.com, philn at igalia.com, vitaly at igalia.com
Hi,
We have following in 'FFTFrameMac.cpp':
constexpr unsigned kMinFFTPow2Size = 2;
constexpr unsigned kMaxFFTPow2Size = 24;
While 'FFTFrameStream.cpp':
const int kMinFFTPow2Size = 2;
const int kMaxFFTPow2Size = 24;
__
Shouldn't these be changed to 'unsigned' similar to 'mac'?
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/20240331/c8734662/attachment-0001.htm>
More information about the webkit-unassigned
mailing list