changeset 2885:7459ddb8b539

for pegasus mjpeg
author arpi
date Tue, 13 Nov 2001 22:59:19 +0000
parents d69598d847e0
children b5fde2e72aef
files dll_init.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dll_init.c	Tue Nov 13 22:58:14 2001 +0000
+++ b/dll_init.c	Tue Nov 13 22:59:19 2001 +0000
@@ -205,6 +205,8 @@
   // 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){