NEW 271944
'kMaxFFTPow2Size' should be 'unsigned' within FFTFrameGStreamer.cpp similar to FFTFrameMac.cpp
https://bugs.webkit.org/show_bug.cgi?id=271944
Summary 'kMaxFFTPow2Size' should be 'unsigned' within FFTFrameGStreamer.cpp similar t...
Ahmad Saleem
Reported 2024-03-30 17:29:21 PDT
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!
Attachments
Philippe Normand
Comment 1 2024-04-07 12:16:44 PDT
For consistency I guess yes, but in practice I don't think it matters much.
Note You need to log in before you can comment on or make changes to this bug.