Module: wine Branch: master Commit: fab66ee7a04e8b6072888c2c53502dafa0d7ad26 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fab66ee7a04e8b6072888c2c53...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Fri Apr 4 14:29:21 2008 -0700
quartz: Get rid of code duplication and add a flush method.
---
dlls/quartz/dsoundrender.c | 34 +---------- dlls/quartz/filesource.c | 20 ++----- dlls/quartz/nullrenderer.c | 37 +---------- dlls/quartz/parser.c | 77 +++--------------------- dlls/quartz/pin.c | 141 ++++++++++++++++++++++--------------------- dlls/quartz/pin.h | 23 ++++--- dlls/quartz/transform.c | 65 +------------------- dlls/quartz/videorenderer.c | 32 +---------- 8 files changed, 105 insertions(+), 324 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fab66ee7a04e8b6072888c...