mirror of https://github.com/axmolengine/axmol.git
Merge branch 'master' of https://github.com/halx99/engine-x
This commit is contained in:
commit
1e130c4533
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue