- use local mutex, not global
commitee810f57dd0aa841742cde74e41dc31915758fa1
authorBartosz Taudul <wolf.pld@gmail.com>
Sat, 6 Oct 2007 12:41:39 +0000 (6 14:41 +0200)
committerBartosz Taudul <wolf.pld@gmail.com>
Sat, 6 Oct 2007 12:41:39 +0000 (6 14:41 +0200)
tree1a6ac636c753916884109226864442928ec0aa25
parentd6b1b44042ef80f49d7bffbbd78a89ccd47d7821
- use local mutex, not global
- moved mutex handling from FFT to FFTW wrapper
- use another layer of wrappers around FFTW to be ensure thread safety
Plugins/FFT/DCT.cs
Plugins/FFT/FFT.cs
Plugins/FFT/FFTW.cs