Module: wine Branch: master Commit: db143ed080f635da7c6f0e2cd60382e9661f995b URL: https://source.winehq.org/git/wine.git/?a=commit;h=db143ed080f635da7c6f0e2cd... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Tue Nov 24 20:11:15 2020 -0600 qcap: Move the video capture device creation function to the function table. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/qcap/qcap_private.h | 10 ++-- dlls/qcap/v4l.c | 121 ++++++++++++++++++++--------------------------- dlls/qcap/vfwcapture.c | 69 ++++++++++++++------------- 3 files changed, 90 insertions(+), 110 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=db143ed080f635da7c6f0...