Re: [Mingw-w64-public] [PATCH] include: Fix definition of VMR9AlphaBitmap

2020-03-04 Thread Jacek Caban
On 04.03.2020 18:39, Biswapriyo Nath wrote: The vmr9.idl file seems to be imported from wine headers but it's not present in wine-import.sh script. Can the vmr9.idl be added in wine-import script as well? Yes, after Nikolay's patch is committed to Wine. Thanks, Jacek __

Re: [Mingw-w64-public] [PATCH] include: Fix definition of VMR9AlphaBitmap

2020-03-04 Thread Biswapriyo Nath
The vmr9.idl file seems to be imported from wine headers but it's not present in wine-import.sh script. Can the vmr9.idl be added in wine-import script as well? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.source

Re: [Mingw-w64-public] [PATCH] include: Fix definition of VMR9AlphaBitmap

2020-03-04 Thread Nikolay Sivov
On Wed, Mar 4, 2020 at 4:57 PM Liu Hao wrote: > 在 2020/3/4 20:03, xtne6f 写道: > > Hello everyone! > > > > I have encountered a problem on using VMR9AlphaBitmap structure in > > "vmr9.h". According to > > > https://docs.microsoft.com/en-us/windows/win32/directshow/directshow-structures > > > > , th

Re: [Mingw-w64-public] [PATCH] include: Fix definition of VMR9AlphaBitmap

2020-03-04 Thread Liu Hao
在 2020/3/4 20:03, xtne6f 写道: > Hello everyone! > > I have encountered a problem on using VMR9AlphaBitmap structure in > "vmr9.h". According to > https://docs.microsoft.com/en-us/windows/win32/directshow/directshow-structures > > , the `rDest` field of the structure is 'immediate', though the curr

[Mingw-w64-public] [PATCH] include: Fix definition of VMR9AlphaBitmap

2020-03-04 Thread xtne6f
Hello everyone! I have encountered a problem on using VMR9AlphaBitmap structure in "vmr9.h". According to https://docs.microsoft.com/en-us/windows/win32/directshow/directshow-structures , the `rDest` field of the structure is 'immediate', though the current mingw-w64 definition is a pointer. Actu