Mercurial > hg > svcore
diff data/fileio/DecodingWavFileReader.h @ 1326:54af1e21705c 3.0-integration
Update to use bqvec allocator for float vectors
author | Chris Cannam |
---|---|
date | Tue, 13 Dec 2016 15:23:21 +0000 |
parents | abc309f507ae |
children | c01cbe41aeb5 f8e3dcbafb4d |
line wrap: on
line diff
--- a/data/fileio/DecodingWavFileReader.h Tue Dec 13 12:03:48 2016 +0000 +++ b/data/fileio/DecodingWavFileReader.h Tue Dec 13 15:23:21 2016 +0000 @@ -64,7 +64,7 @@ WavFileReader *m_original; ProgressReporter *m_reporter; - void addBlock(const std::vector<float> &frames); + void addBlock(const floatvec_t &frames); class DecodeThread : public Thread {