Nikolay Sivov : include: Fix typo in IDirectXVideoProcessor argument name.

Alexandre Julliard julliard at winehq.org
Mon Oct 19 15:54:06 CDT 2020


Module: wine
Branch: master
Commit: c336b96a9b1236a2de29348aee9f0a887353c63e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c336b96a9b1236a2de29348aee9f0a887353c63e

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Oct 19 13:39:53 2020 +0300

include: Fix typo in IDirectXVideoProcessor argument name.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/dxva2api.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dxva2api.idl b/include/dxva2api.idl
index 04e620b7be8..99c93518428 100644
--- a/include/dxva2api.idl
+++ b/include/dxva2api.idl
@@ -777,7 +777,7 @@ interface IDirectXVideoProcessor : IUnknown
         [in] const DXVA2_VideoProcessBltParams* pBltParams,
         [in] const DXVA2_VideoSample* pSamples,
         [in] UINT NumSamples,
-        [out] HANDLE* pHandleCompleteIDirect3DDeviceManager9);
+        [out] HANDLE* pHandleComplete);
 }
 
 /*****************************************************************************




More information about the wine-cvs mailing list