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
__
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
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
在 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
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