[PATCH 2/5] mfplat: Implement MFCreatePresentationDescriptor().

Sven Baars sven.wine at gmail.com
Tue Mar 5 07:35:56 CST 2019


On Tue, Mar 5, 2019 at 8:50 AM Nikolay Sivov <nsivov at codeweavers.com> wrote:
>
> Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
> ---
>  dlls/mfplat/mediatype.c    | 463 +++++++++++++++++++++++++++++++++++++
>  dlls/mfplat/mfplat.spec    |   2 +-
>  dlls/mfplat/tests/mfplat.c |  76 ++++++
>  include/mfidl.idl          |   2 +
>  4 files changed, 542 insertions(+), 1 deletion(-)

Hi Nikolay,

A stub implementation of the presentation descriptor is already
present in main.c. Can't you use/move that one?

Sven



More information about the wine-devel mailing list