summaryrefslogtreecommitdiffstats
path: root/dll_init.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-06 21:58:44 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-06 21:58:44 +0000
commit2f67ce4fafeb006f1c40f9c3a29d3955a2cbff37 (patch)
tree205e698e0c3494ad2ea9894f4ca6661963d7779d /dll_init.c
parentc8b40d3bd00cab519ea4e55116332efd12f9b381 (diff)
downloadmpv-2f67ce4fafeb006f1c40f9c3a29d3955a2cbff37.tar.bz2
mpv-2f67ce4fafeb006f1c40f9c3a29d3955a2cbff37.tar.xz
removed debug printf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@715 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dll_init.c')
-rw-r--r--dll_init.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/dll_init.c b/dll_init.c
index e65542d41c..6bee4a7a24 100644
--- a/dll_init.c
+++ b/dll_init.c
@@ -219,16 +219,8 @@ int init_video_codec(sh_video_t *sh_video){
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 @@ int init_video_codec(sh_video_t *sh_video){
}
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