Module: wine Branch: master Commit: eeb7bc58aab3beb10359dfe9018e0ccee7f44464 URL: https://source.winehq.org/git/wine.git/?a=commit;h=eeb7bc58aab3beb10359dfe90...
Author: Zebediah Figura z.figura12@gmail.com Date: Wed Aug 28 20:24:30 2019 -0500
strmbase: Get rid of the BaseFilter typedef.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/qcap/audiorecord.c | 18 +++++++-------- dlls/qcap/avico.c | 20 ++++++++-------- dlls/qcap/avimux.c | 20 ++++++++-------- dlls/qcap/smartteefilter.c | 16 ++++++------- dlls/qcap/vfwcapture.c | 16 ++++++------- dlls/qedit/samplegrabber.c | 16 ++++++------- dlls/quartz/avisplit.c | 2 +- dlls/quartz/filesource.c | 16 ++++++------- dlls/quartz/mpegsplit.c | 4 ++-- dlls/quartz/parser.c | 6 ++--- dlls/quartz/parser.h | 4 ++-- dlls/quartz/waveparser.c | 2 +- dlls/strmbase/enumpins.c | 4 ++-- dlls/strmbase/filter.c | 50 ++++++++++++++++++++-------------------- dlls/strmbase/renderer.c | 14 +++++------ dlls/strmbase/strmbase_private.h | 2 +- dlls/strmbase/transform.c | 10 ++++---- dlls/strmbase/video.c | 2 +- dlls/strmbase/window.c | 4 +++- dlls/winegstreamer/gstdemux.c | 6 ++--- dlls/wineqtdecoder/qtsplitter.c | 12 +++++----- include/wine/strmbase.h | 29 ++++++++++++----------- 22 files changed, 138 insertions(+), 135 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=eeb7bc58aab3beb10359d...