Aric Stewart : strmbase: Standardize "class" function into functions tables in the structs.
Module: wine Branch: master Commit: 3c2dfd186a674d934f89a1aeade5bab3621b59aa URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c2dfd186a674d934f89a1aead... Author: Aric Stewart <aric(a)codeweavers.com> Date: Wed Oct 13 11:02:01 2010 -0500 strmbase: Standardize "class" function into functions tables in the structs. This allows the standardization of the "class" functions to use the class as the argument and will aid in expanding the implementation of these functions. --- dlls/qcap/vfwcapture.c | 30 +++++++++--- dlls/quartz/dsoundrender.c | 32 +++++++++---- dlls/quartz/filesource.c | 33 +++++++++---- dlls/quartz/nullrenderer.c | 30 +++++++++--- dlls/quartz/parser.c | 34 +++++++++---- dlls/quartz/videorenderer.c | 29 ++++++++--- dlls/strmbase/enumpins.c | 8 ++-- dlls/strmbase/filter.c | 13 ++--- dlls/strmbase/mediatype.c | 8 ++-- dlls/strmbase/pin.c | 57 +++++++++++----------- dlls/strmbase/transform.c | 50 ++++++++++++++------ include/wine/strmbase.h | 109 +++++++++++++++++++++++++++---------------- 12 files changed, 280 insertions(+), 153 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3c2dfd186a674d934f89a1...
participants (1)
-
Alexandre Julliard