mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Minor clean-ups.
This commit is contained in:
parent
8ea44694dc
commit
7485498ee7
23 changed files with 100 additions and 186 deletions
|
|
@ -330,8 +330,7 @@ private:
|
|||
|
||||
bool tryInitialisingWithFormat (const bool useFloat, const int bytesPerSampleToTry)
|
||||
{
|
||||
WAVEFORMATEXTENSIBLE format;
|
||||
zerostruct (format);
|
||||
WAVEFORMATEXTENSIBLE format = { 0 };
|
||||
|
||||
if (numChannels <= 2 && bytesPerSampleToTry <= 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue