mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
5949c20d97
Calculate size of the additinal data based on the format tag specified by the caller.
For PCM wave format, it should be zero, and for all others,
it should be taken from cbSize member of WAVEFORMATEX structure.
- Initialize data size for each format appropriately.
- Append it to the total pin connect allocation size, to allocate enough memory for it.
- Use it as additional data size for requested wave format.
- Append it to the total size of data format.
- Add SAL2 annotations for MMixerInitializeDataFormat function.
Fixes two crashes in winmm:capture and winmm:wave winetests, which have been introduced by
|
||
---|---|---|
.. | ||
arbiter | ||
aux_klib | ||
copysup | ||
csq | ||
hidparser | ||
ntoskrnl_vista | ||
rdbsslib | ||
rtlver | ||
rxce | ||
sound | ||
virtio | ||
wdf | ||
CMakeLists.txt |