Module: wine Branch: master Commit: 026037ab699faef6683dcec40cf0835dbe034691 URL: http://source.winehq.org/git/wine.git/?a=commit;h=026037ab699faef6683dcec40c...
Author: Aric Stewart aric@codeweavers.com Date: Wed Mar 14 14:45:34 2012 -0500
strmbase: Move the MediaSeekingPassThru functions from quartz into strmbase.
---
dlls/quartz/Makefile.in | 1 - dlls/quartz/avisplit.c | 1 - dlls/quartz/control_private.h | 28 -------------- dlls/quartz/dsoundrender.c | 9 ++--- dlls/quartz/main.c | 5 +++ dlls/quartz/mpegsplit.c | 1 - dlls/quartz/nullrenderer.c | 7 +--- dlls/quartz/quartz_private.h | 1 - dlls/quartz/videorenderer.c | 8 +--- dlls/quartz/waveparser.c | 1 - dlls/strmbase/Makefile.in | 1 + dlls/{quartz/control.c => strmbase/pospass.c} | 49 +++++++++++++++++++------ include/wine/strmbase.h | 8 ++++ 13 files changed, 57 insertions(+), 63 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=026037ab699faef6683dce...