summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Knoll <lars@knoll.priv.no>2023-05-04 12:32:51 +0200
committerLars Knoll <lars@knoll.priv.no>2023-05-04 17:46:09 +0200
commit54c2bd33eddc96ac7268ca43773e98b4cd7433f6 (patch)
tree96572038036e14e2e9add7454be85dccb3e3d6c9
parent2023b00bc31ab8cd0ba3cfe28a53b64e2ab07f08 (diff)
downloadqtmultimedia-54c2bd33eddc96ac7268ca43773e98b4cd7433f6.tar.gz
Upgrade pffft to the latest version
Pick-to: 6.5 6.5.1 Fixes: QTBUG-113355 Change-Id: Ib7f7c45fe89f6516d136406eb068ea740cff11fe Reviewed-by: Artem Dyomin <artem.dyomin@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-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",