[Mplayer-cvslog] CVS: main dll_init.c,1.15,1.16

GEREOFFY arpi_esp at users.sourceforge.net
Sun May 6 23:58:46 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv12606

Modified Files:
	dll_init.c 
Log Message:
removed debug printf

Index: dll_init.c
===================================================================
RCS file: /cvsroot/mplayer/main/dll_init.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** dll_init.c	2001/05/06 21:43:45	1.15
--- dll_init.c	2001/05/06 21:58:44	1.16
***************
*** 220,233 ****
    }
  
-   printf("XXX w=%d  h=%d  b=%d\n",
-         sh_video->o_bih.biWidth,
-         sh_video->o_bih.biHeight,
-         sh_video->o_bih.biBitCount/8
-   );
- 
    sh_video->o_bih.biSizeImage = sh_video->o_bih.biWidth * sh_video->o_bih.biHeight * (sh_video->o_bih.biBitCount/8);
    
-   printf("XXX size=%d\n",sh_video->o_bih.biSizeImage);
- 
    if(!(sh_video->codec->outflags[sh_video->outfmtidx]&CODECS_FLAG_FLIP)) {
        sh_video->o_bih.biHeight=-sh_video->bih->biHeight; // flip image!
--- 220,225 ----
***************
*** 263,268 ****
    if(verbose) printf("ICDecompressQuery OK\n");
  
-   printf("XXX size=%d\n",sh_video->o_bih.biSizeImage);
-   
    ret = ICDecompressBegin(sh_video->hic, sh_video->bih, &sh_video->o_bih);
    if(ret){
--- 255,258 ----
***************
*** 270,275 ****
      return 0;
    }
- 
-   printf("XXX size=%d\n",sh_video->o_bih.biSizeImage);
  
  #if 0
--- 260,263 ----


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list