[Mingw-w64-public] [PATCH] headers: Import mftransform.idl from wine

2023-03-17 Thread Biswapriyo Nath
From ca0fe576e493a516af93d3f07a35740d8906a19b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 18 Mar 2023 10:34:00 +0530 Subject: [PATCH] headers: Import mftransform.idl from wine Adds missing names in MFT_MESSAGE_TYPE Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/wine-import

Re: [Mingw-w64-public] [PATCH] headers: explicitly define Reserved bits in DXVAHD_BLT_STATE, structures

2023-03-17 Thread Jacek Caban via Mingw-w64-public
On 3/17/23 15:39, Steve Lhomme wrote: On 2023-03-17 15:28, Biswapriyo Nath wrote: 1. You missed the Reserved member in DXVAHD_STREAM_STATE_INPUT_COLOR_SPACE_DATA. 2. There should be __C89_NAMELESS before the struct and union keywords. Indeed, good catch. Here is v2 of the patch. This does

Re: [Mingw-w64-public] [PATCH] headers: explicitly define Reserved bits in DXVAHD_BLT_STATE, structures

2023-03-17 Thread Steve Lhomme
On 2023-03-17 15:28, Biswapriyo Nath wrote: 1. You missed the Reserved member in DXVAHD_STREAM_STATE_INPUT_COLOR_SPACE_DATA. 2. There should be __C89_NAMELESS before the struct and union keywords. Indeed, good catch. Here is v2 of the patch.From 9460de6f16b394a88a1cf3b51ba3f0c6bf139514 Mon Sep

[Mingw-w64-public] [PATCH] headers: explicitly define Reserved bits in DXVAHD_BLT_STATE, structures

2023-03-17 Thread Steve Lhomme
As defined in the documentation https://learn.microsoft.com/en-us/windows/win32/api/dxvahd/ns-dxvahd-dxvahd_blt_state_output_color_space_data and https://learn.microsoft.com/en-us/windows/win32/api/dxvahd/ns-dxvahd-dxvahd_stream_state_input_color_space_data See attached patch.From 2e138a4eabb