Module: wine Branch: master Commit: 89ea07f7d0c344afe5f32afbe49bde6cea31b91c URL: http://source.winehq.org/git/wine.git/?a=commit;h=89ea07f7d0c344afe5f32afbe4...
Author: Aric Stewart aric@codeweavers.com Date: Tue Oct 5 14:37:30 2010 -0500
strmbase: Add the EnumMediaTypes base implementation.
---
dlls/qcap/enummedia.c | 181 ---------------------------------- dlls/qcap/pin.h | 1 - dlls/qcap/qcap_main.h | 7 -- dlls/qcap/vfwcapture.c | 29 +++++- dlls/quartz/enummedia.c | 169 ------------------------------- dlls/quartz/filesource.c | 19 +++-- dlls/quartz/parser.c | 18 +++- dlls/quartz/pin.c | 18 +++- dlls/quartz/pin.h | 1 - dlls/quartz/quartz_private.h | 11 +-- dlls/quartz/transform.c | 19 +++- dlls/strmbase/mediatype.c | 224 ++++++++++++++++++++++++++++++++++++++++++ include/wine/strmbase.h | 5 + 13 files changed, 309 insertions(+), 393 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=89ea07f7d0c344afe5f32a...