19 Jan
2024
19 Jan
'24
3:57 p.m.
Nikolay Sivov (@nsivov) commented about include/mmreg.h:
+typedef struct +{ + WAVEFORMATEX wfx; + WORD wPayloadType; + WORD wAudioProfileLevelIndication; + WORD wStructType; + WORD wReserved1; + DWORD dwReserved2; +} HEAACWAVEINFO, *PHEAACWAVEINFO; + +typedef struct +{ + HEAACWAVEINFO wfInfo; + BYTE pbAudioSpecificConfig[1]; +} HEAACWAVEFORMAT, *PHEAACWAVEFORMAT; + These are using names for structures at least in 10.0.22621.0. The names are 'heaacwaveinfo_tag' and 'heaacwaveformat_tag'.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4879#note_58177