Aric Stewart : strmbase: Move mediaSeeking to strmbase SourceSeeking.

Alexandre Julliard julliard at winehq.org
Tue Oct 12 11:26:58 CDT 2010


Module: wine
Branch: master
Commit: 602d44a12c14e6ec24ce4821dfb77ebb4ad152b9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=602d44a12c14e6ec24ce4821dfb77ebb4ad152b9

Author: Aric Stewart <aric at codeweavers.com>
Date:   Mon Oct 11 10:15:35 2010 -0500

strmbase: Move mediaSeeking to strmbase SourceSeeking.

---

 dlls/quartz/avisplit.c        |   23 ++--
 dlls/quartz/control.c         |  282 ------------------------------------
 dlls/quartz/control_private.h |   38 -----
 dlls/quartz/mpegsplit.c       |   19 ++-
 dlls/quartz/parser.c          |   60 ++++----
 dlls/quartz/parser.h          |    4 +-
 dlls/quartz/videorenderer.c   |    1 -
 dlls/quartz/waveparser.c      |   19 ++-
 dlls/strmbase/Makefile.in     |    1 +
 dlls/strmbase/seeking.c       |  315 +++++++++++++++++++++++++++++++++++++++++
 include/wine/strmbase.h       |   40 +++++
 11 files changed, 425 insertions(+), 377 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=602d44a12c14e6ec24ce4821dfb77ebb4ad152b9



More information about the wine-cvs mailing list