mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[AMSTREAM] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
9a9ebc0e93
commit
928bad849b
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ typedef struct {
|
|||
|
||||
static inline IMediaStreamFilterImpl *impl_from_IMediaStreamFilter(IMediaStreamFilter *iface)
|
||||
{
|
||||
return CONTAINING_RECORD((IBaseFilter *)iface, IMediaStreamFilterImpl, filter.IBaseFilter_iface);
|
||||
return CONTAINING_RECORD(iface, IMediaStreamFilterImpl, filter);
|
||||
}
|
||||
|
||||
static HRESULT WINAPI BasePinImpl_CheckMediaType(BasePin *This, const AM_MEDIA_TYPE *pmt)
|
||||
|
|
|
@ -21,7 +21,7 @@ reactos/sdk/tools/wpp # Synced to WineStaging-2.9
|
|||
|
||||
The following libraries are shared with Wine.
|
||||
|
||||
reactos/dll/directx/wine/amstream # Synced to WineStaging-2.9
|
||||
reactos/dll/directx/wine/amstream # Synced to Wine-3.0
|
||||
reactos/dll/directx/wine/d3d8 # Synced to WineStaging-2.16
|
||||
reactos/dll/directx/wine/d3d9 # Synced to WineStaging-2.16
|
||||
reactos/dll/directx/wine/d3dcompiler_43 # Synced to WineStaging-2.16
|
||||
|
|
Loading…
Reference in a new issue