Module: wine Branch: master Commit: 2d5c9d0666e7b007af4535e34c72040e161a5d22 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2d5c9d0666e7b007af4535e34... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Thu Jun 20 20:13:17 2019 -0500 strmbase/transform: Store the pins inline in the TransformFilter structure. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/quartz/acmwrapper.c | 13 +-- dlls/quartz/avidec.c | 11 +-- dlls/strmbase/transform.c | 172 ++++++++++++++------------------------- dlls/winegstreamer/gsttffilter.c | 4 +- dlls/wineqtdecoder/qtvdecoder.c | 4 +- include/wine/strmbase.h | 17 ++-- 6 files changed, 78 insertions(+), 143 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2d5c9d0666e7b007af453...