Module: wine Branch: master Commit: 0f9e4cd6600713628c92e3ceb40bd8aa38084f30 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0f9e4cd6600713628c92e3ceb...
Author: Zebediah Figura z.figura12@gmail.com Date: Tue May 14 19:42:00 2019 -0500
strmbase: Get rid of the "filterVtbl" parameter to TransformFilter_Construct().
Reordering some functions to avoid forward declarations.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/quartz/acmwrapper.c | 24 +---- dlls/quartz/avidec.c | 24 +---- dlls/strmbase/transform.c | 213 ++++++++++++++++++++++----------------- dlls/winegstreamer/gsttffilter.c | 23 +---- dlls/wineqtdecoder/qtvdecoder.c | 24 +---- include/wine/strmbase.h | 8 +- 6 files changed, 127 insertions(+), 189 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0f9e4cd6600713628c92e...