1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix for extensible-format wav reader.

This commit is contained in:
jules 2012-10-30 12:26:15 +00:00
parent d1ceed0c14
commit 490e547184

View file

@ -580,7 +580,7 @@ public:
}
else
{
input->skipNextBytes (6); // skip over bitsPerSample
input->skipNextBytes (4); // skip over size and bitsPerSample
metadataValues.set ("ChannelMask", String (input->readInt()));
ExtensibleWavSubFormat subFormat;