mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
HRESULT_FROM_WIN32 correction
This commit is contained in:
@@ -610,7 +610,7 @@ WAVEFORMATEXTENSIBLE :: struct {
|
||||
wSamplesPerBlock: WORD, /* valid if wBitsPerSample==0 */
|
||||
wReserved: WORD, /* If neither applies, set to zero. */
|
||||
},
|
||||
dwChannelMask: SPEAKER_FLAGS, /* which channels are present in stream */
|
||||
dwChannelMask: SPEAKER_FLAGS, /* which channels are present in stream */
|
||||
SubFormat: GUID,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user