summaryrefslogtreecommitdiffstats
path: root/dll_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'dll_init.c')
-rw-r--r--dll_init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dll_init.c b/dll_init.c
index 9ffd962e8d..69b3c2e19e 100644
--- a/dll_init.c
+++ b/dll_init.c
@@ -205,6 +205,8 @@ printf("\n");
// the sh_video struct content. We call it with an 1024-byte temp space and
// then copy out the data we need:
memset(temp,0x77,temp_len);
+// memcpy(temp,sh_video->bih,sizeof(BITMAPINFOHEADER));
+// sh_video->o_bih.biSize = temp_len;
ret = ICDecompressGetFormat(sh_video->hic, sh_video->bih, temp);
if(ret < 0){