CVS: main/libmpcodecs vd_qtvideo.c,1.8,1.9
Update of /cvsroot/mplayer/main/libmpcodecs In directory mail:/var/tmp.root/cvs-serv1608 Modified Files: vd_qtvideo.c Log Message: print list of supported output colorspaces Index: vd_qtvideo.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_qtvideo.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- vd_qtvideo.c 11 Dec 2002 21:26:37 -0000 1.8 +++ vd_qtvideo.c 11 Dec 2002 21:39:05 -0000 1.9 @@ -327,6 +327,15 @@ cres=ImageCodecPreDecompress(ci,&decpar); printf("ImageCodecPreDecompress cres=0x%X\n",cres); + + if(decpar.wantedDestinationPixelTypes) + { OSType *p=*(decpar.wantedDestinationPixelTypes); + if(p) while(*p){ + printf("supported csp: 0x%08X %.4s\n",*p,p); + ++p; + } + } + // decpar.conditionFlags=0x10FFF; // first // decpar.preferredOffscreenPixelSize=17207;
participants (1)
-
Arpi of Ize