changeset 714:eb58bada8bce

removed debug printf
author arpi_esp
date Sun, 06 May 2001 21:58:44 +0000
parents 9355b2ae634e
children 2bd7c16d89e1
files dll_init.c
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/dll_init.c	Sun May 06 21:43:45 2001 +0000
+++ b/dll_init.c	Sun May 06 21:58:44 2001 +0000
@@ -219,16 +219,8 @@
       return 0;
   }
 
-  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!
   }
@@ -262,16 +254,12 @@
   }
   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){
     printf("ICDecompressBegin failed: Error %d\n", (int)ret);
     return 0;
   }
 
-  printf("XXX size=%d\n",sh_video->o_bih.biSizeImage);
-
 #if 0
 
 //sh_video->hic