Module: wine Branch: master Commit: 56a6bc87acbbbee74fb6cd8e77ae61828e274c2d URL: https://source.winehq.org/git/wine.git/?a=commit;h=56a6bc87acbbbee74fb6cd8e7...
Author: Zebediah Figura z.figura12@gmail.com Date: Wed Mar 11 21:10:10 2020 -0500
quartz: Pass an IUnknown pointer to the object creation functions.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/quartz/acmwrapper.c | 2 +- dlls/quartz/avidec.c | 2 +- dlls/quartz/dsoundrender.c | 5 ++--- dlls/quartz/filesource.c | 2 +- dlls/quartz/filtergraph.c | 10 +++------- dlls/quartz/filtermapper.c | 26 +++----------------------- dlls/quartz/main.c | 42 +++++++++++++++++++++--------------------- dlls/quartz/memallocator.c | 6 ++---- dlls/quartz/quartz_private.h | 27 +++++++++++++-------------- dlls/quartz/systemclock.c | 2 +- dlls/quartz/videorenderer.c | 6 +++--- dlls/quartz/vmr9.c | 10 +++++----- 12 files changed, 56 insertions(+), 84 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=56a6bc87acbbbee74fb6c...