Re: [PATCH 1/2] Include: Add fil_data.idl to describe IAMFilterData interface (resend)
Vitaliy Margolen <wine-patches(a)kievinfo.com> writes:
@@ -29,6 +29,7 @@ PUBLIC_IDL_H_SRCS = \ dxgi.idl \ dxgitype.idl \ exdisp.idl \ + fil_data.idl \
This file doesn't seem to be part of the SDK. -- Alexandre Julliard julliard(a)winehq.org
Alexandre Julliard wrote:
Vitaliy Margolen <wine-patches(a)kievinfo.com> writes:
@@ -29,6 +29,7 @@ PUBLIC_IDL_H_SRCS = \ dxgi.idl \ dxgitype.idl \ exdisp.idl \ + fil_data.idl \
This file doesn't seem to be part of the SDK.
Strange, I found header here: Samples/Multimedia/DirectShow/Misc/Mapper/fil_data.h The thing is, that IAMFilterData interface is not describe anywhere at all, except that file. So, should I just move it into dxdiagn dir? Vitaliy.
Vitaliy Margolen <wine-devel(a)kievinfo.com> writes:
Strange, I found header here: Samples/Multimedia/DirectShow/Misc/Mapper/fil_data.h
The thing is, that IAMFilterData interface is not describe anywhere at all, except that file. So, should I just move it into dxdiagn dir?
Yes, apparently that's how it's meant to be used. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Vitaliy Margolen