This commit is contained in:
halx99 2020-05-19 12:50:25 +08:00
commit 1e130c4533
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ struct WAV_FMT_CHUNK {
uint16_t SamplesPerBlock; uint16_t SamplesPerBlock;
uint16_t Reserved; uint16_t Reserved;
} Samples; } Samples;
DWORD ChannelMask; uint32_t ChannelMask;
GUID SubFormat; GUID SubFormat;
} ExtParams; } ExtParams;
}; };