mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Merge d15fa8f0e3 into 270063ac31
This commit is contained in:
commit
ad5bafe433
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ bool AudioFormatWriter::writeFromFloatArrays (const float* const* channels, int
|
|||
if (isFloatingPoint())
|
||||
return write ((const int**) channels, numSamples);
|
||||
|
||||
std::vector<int*> chans (256);
|
||||
std::vector<int*> chans (numSourceChannels + 1);
|
||||
std::vector<int> scratch (4096);
|
||||
|
||||
jassert (numSourceChannels < (int) chans.size());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue