summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Knoll <lars@knoll.priv.no>2023-05-04 12:32:51 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-05-05 04:43:06 +0000
commit166c4066263b9d10d054d04680de68a88f635599 (patch)
treef4aae6aa8db9651921ea8b832b24f9bd3f0c37ab
parentea62bd143d9a3084fcc3900c73889d8b734624c1 (diff)
downloadqtmultimedia-166c4066263b9d10d054d04680de68a88f635599.tar.gz
Upgrade pffft to the latest version
Fixes: QTBUG-113355 Change-Id: Ib7f7c45fe89f6516d136406eb068ea740cff11fe Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 54c2bd33eddc96ac7268ca43773e98b4cd7433f6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/3rdparty/pffft/pffft.c2
-rw-r--r--src/3rdparty/pffft/qt_attribution.json5
2 files changed, 3 insertions, 4 deletions
diff --git a/src/3rdparty/pffft/pffft.c b/src/3rdparty/pffft/pffft.c
index e6018e162..6e9f1ebf8 100644
--- a/src/3rdparty/pffft/pffft.c
+++ b/src/3rdparty/pffft/pffft.c
@@ -1314,7 +1314,7 @@ void pffft_zreorder(PFFFT_Setup *setup, const float *in, float *out, pffft_direc
v4sf *vout = (v4sf*)out;
assert(in != out);
if (setup->transform == PFFFT_REAL) {
- int k, dk = N/32;
+ int dk = N/32;
if (direction == PFFFT_FORWARD) {
for (k=0; k < dk; ++k) {
INTERLEAVE2(vin[k*8 + 0], vin[k*8 + 1], vout[2*(0*dk + k) + 0], vout[2*(0*dk + k) + 1]);
diff --git a/src/3rdparty/pffft/qt_attribution.json b/src/3rdparty/pffft/qt_attribution.json
index a5c9553d9..e606f3b5a 100644
--- a/src/3rdparty/pffft/qt_attribution.json
+++ b/src/3rdparty/pffft/qt_attribution.json
@@ -7,9 +7,8 @@
"SecurityCritical": true,
"Homepage": "https://bitbucket.org/jpommier/pffft.git",
- "Version": "7c3b5a7dc510",
- "DownloadLocation": "https://bitbucket.org/jpommier/pffft/get/7c3b5a7dc510.zip",
-
+ "Version": "38946c766c1a",
+ "DownloadLocation": "https://bitbucket.org/jpommier/pffft/get/38946c766c1a.zip"
"CopyrightFile": "COPYRIGHTS",
"License": "BSD 3-Clause \"New\" or \"Revised\" License",
"LicenseId": "BSD-3-Clause",