Done. Am Sa., 23. Juli 2022 um 18:27 Uhr schrieb LIU Hao <[email protected]>: > > 在 2022-07-24 00:16, Oleg Tolmatcev 写道: > > Like this? > > > > Am Sa., 23. Juli 2022 um 16:18 Uhr schrieb LIU Hao <[email protected]>: > >> > >> Hi, please attach the patch as a plain text file. Thanks. > >> > >> > > The changes look good; but please remove the hunks for 'dxva2api.h' as it is > generated from the IDL > and should not be updated by hand. > > > > -- > Best regards, > LIU Hao
From 8b5e296ead89aa836e068bc9e6e3012be4c8ba0a Mon Sep 17 00:00:00 2001 From: Oleg Tolmatcev <[email protected]> Date: Sat, 23 Jul 2022 14:58:17 +0200 Subject: [PATCH] headers: fix declarations in IDirectXVideoDecoderService
Signed-off-by: Oleg Tolmatcev <[email protected]> --- mingw-w64-headers/include/dxva2api.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers/include/dxva2api.idl b/mingw-w64-headers/include/dxva2api.idl index 63de780..205491e 100644 --- a/mingw-w64-headers/include/dxva2api.idl +++ b/mingw-w64-headers/include/dxva2api.idl @@ -631,14 +631,14 @@ interface IDirectXVideoDecoderService : IDirectXVideoAccelerationService HRESULT GetDecoderConfigurations( [in] REFGUID guid, [in] const DXVA2_VideoDesc *pVideoDesc, - [in] IUnknown *pReserved, + [in] void *pReserved, [out] UINT *pCount, [out] DXVA2_ConfigPictureDecode **ppConfigs); HRESULT CreateVideoDecoder( [in] REFGUID guid, [in] const DXVA2_VideoDesc *pVideoDesc, - [in] DXVA2_ConfigPictureDecode *pConfig, + [in] const DXVA2_ConfigPictureDecode *pConfig, [in] IDirect3DSurface9 **ppDecoderRenderTargets, [in] UINT NumSurfaces, [out] IDirectXVideoDecoder **ppDecode); -- 2.37.1.windows.1
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
