]> git.sesse.net Git - movit/commitdiff
Fix a bug where repeated vertical FFTs would reverse the output.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Mar 2014 02:04:31 +0000 (03:04 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Mar 2014 02:04:31 +0000 (03:04 +0100)
Unfortunately, the tests didn't catch this, as the Repeat test used
an even number of passes (being of size 64), which reversed things
back into place. It now tries a wider range of sizes to make sure
everything is okay.


No differences found