winegstreamer: Implement IWMResamplerProps
2 unresolved threads
2 unresolved threads
Some programs just assume this interface exists, this fixes the resulting crash.
Merge request reports
Activity
91 91 uuid(7e320092-596a-41b2-bbeb-175d10504eb6) 92 92 ] 93 93 coclass CWMVXEncMediaObject {} 94 95 typedef float ChMtxType; 96 97 [ 98 uuid(e7e9984f-f09f-4da4-903f-6e2e0efe56b5), 99 ] 91 91 uuid(7e320092-596a-41b2-bbeb-175d10504eb6) 92 92 ] 93 93 coclass CWMVXEncMediaObject {} 94 95 typedef float ChMtxType; 96 97 [ 98 uuid(e7e9984f-f09f-4da4-903f-6e2e0efe56b5), 99 ] 100 interface IWMResamplerProps : IUnknown 101 { 102 HRESULT SetHalfFilterLength(LONG lhalfFilterLen); 103 HRESULT SetUserChannelMtx(ChMtxType* userChannelMtx); 104 } removed review request for @rbernon
Please register or sign in to reply