ChangeSet ID: 15043 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/27 11:15:58
Modified files: dlls/quartz : videorenderer.c pin.c filtergraph.c filesource.c dsoundrender.c avisplit.c avidec.c
Log message: Christian Costa titan.costa@wanadoo.fr Initialize the COM libraries for the newly created worker thread in the AVI splitter. Fixed some returned error codes. Show refcount in the AddRef/Release traces in filter. Added 24 bits source in the video renderer.
Patch: http://cvs.winehq.org/patch.py?id=15043
Old revision New revision Changes Path 1.4 1.5 +13 -8 wine/dlls/quartz/videorenderer.c 1.9 1.10 +4 -0 wine/dlls/quartz/pin.c 1.21 1.22 +1 -1 wine/dlls/quartz/filtergraph.c 1.10 1.11 +3 -3 wine/dlls/quartz/filesource.c 1.4 1.5 +6 -2 wine/dlls/quartz/dsoundrender.c 1.9 1.10 +6 -2 wine/dlls/quartz/avisplit.c 1.11 1.12 +6 -2 wine/dlls/quartz/avidec.c