diff options
Diffstat (limited to 'src/codecs')
| -rw-r--r-- | src/codecs/wavpack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/wavpack.cpp b/src/codecs/wavpack.cpp index fa168d32..21865785 100644 --- a/src/codecs/wavpack.cpp +++ b/src/codecs/wavpack.cpp @@ -45,7 +45,7 @@ WavPackDecoder::WavPackDecoder() : input_(), buf_() { buf_ = static_cast<int32_t*>( heap_caps_malloc( kBufSize * sizeof(int32_t), - MALLOC_CAP_INTERNAL | MALLOC_CAP_CACHE_ALIGNED + MALLOC_CAP_INTERNAL | MALLOC_CAP_32BIT )); } |
