16 Oct
2023
16 Oct
'23
9:51 p.m.
Zebediah Figura (@zfigura) commented about include/wmcodecdsp.idl:
uuid(7e320092-596a-41b2-bbeb-175d10504eb6) ] coclass CWMVXEncMediaObject {} + +typedef float ChMtxType; + +[ + uuid(e7e9984f-f09f-4da4-903f-6e2e0efe56b5), +] +interface IWMResamplerProps : IUnknown +{ + HRESULT SetHalfFilterLength(LONG lhalfFilterLen); + HRESULT SetUserChannelMtx(ChMtxType* userChannelMtx); +}
Can we please use better parameter names here, and fix the asterisk placement? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4111#note_48881