Module: wine Branch: master Commit: d7b05b219d34a8d719b722d6982412680453521e URL: https://source.winehq.org/git/wine.git/?a=commit;h=d7b05b219d34a8d719b722d69...
Author: Sven Baars sven.wine@gmail.com Date: Tue Nov 13 23:20:45 2018 +0100
mfplat: Implement MFCreateMediaEvent.
Signed-off-by: Sven Baars sven.wine@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mfplat/main.c | 361 +++++++++++++++++++++++++++++++++++++++++++++ dlls/mfplat/mfplat.spec | 2 +- dlls/mfplat/tests/mfplat.c | 66 +++++++++ include/mfapi.h | 2 + include/mfobjects.idl | 103 +++++++++++++ 5 files changed, 533 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d7b05b219d34a8d719b72...