[Mplayer-cvslog] CVS: main/loader/qtx/qtxsdk components.h,1.6,1.7
Arpi of Ize
arpi at mplayerhq.hu
Sun Dec 1 01:28:12 CET 2002
Update of /cvsroot/mplayer/main/loader/qtx/qtxsdk
In directory mail:/var/tmp.root/cvs-serv23092
Modified Files:
components.h
Log Message:
dump more!
Index: components.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/qtx/qtxsdk/components.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- components.h 24 Nov 2002 21:25:00 -0000 1.6
+++ components.h 1 Dec 2002 00:28:04 -0000 1.7
@@ -690,14 +690,22 @@
cd->frameNumber, cd->startLine, cd->stopLine, cd->conditionFlags,cd->callerFlags);
// printf("maskBits=%p mattePixMap=%p\n",
// cd->maskBits,cd->mattePixMap);
-// dump_PixMap(&cd->dstPixMap);
+ dump_PixMap(&cd->dstPixMap);
// if(cd->mattePixMap) dump_PixMap(cd->mattePixMap);
-// dump_MatrixRecord("matrix",cd->matrix);
+ if(cd->matrix) dump_MatrixRecord("matrix",cd->matrix);
+ if(cd->capabilities) dump_CodecCapabilities(cd->capabilities);
printf("accuracy=%d transferMode=%d matrixFlags=0x%X matrixType=%d\n",
(int)cd->accuracy, (int)cd->transferMode, (int)cd->matrixFlags, (int)cd->matrixType);
printf("srcrect: %d;%d - %d;%d\n",cd->srcRect.top,cd->srcRect.left,cd->srcRect.bottom,cd->srcRect.right);
printf("dstrect: %d;%d - %d;%d\n",cd->dstRect.top,cd->dstRect.left,cd->dstRect.bottom,cd->dstRect.right);
printf("wantedDestinationPixelTypes=%p\n",cd->wantedDestinationPixelTypes);
+ if(cd->wantedDestinationPixelTypes){
+ unsigned int* p=cd->wantedDestinationPixelTypes;
+ while(p[0]){
+ printf(" 0x%08X %.4s\n",p[0],&p[0]);
+ ++p;
+ }
+ }
printf("screenFloodMethod=%d value=%d preferredOffscreenPixelSize=%d\n",
cd->screenFloodMethod, cd->screenFloodValue, cd->preferredOffscreenPixelSize);
printf("callbacks: progress=%p compl=%p data=%p ftime=%p srcdata=%p sync=%p\n",
More information about the MPlayer-cvslog
mailing list