# HG changeset patch # User arpi # Date 1005692359 0 # Node ID 7459ddb8b5390bb496393d9b485f81468786743e # Parent d69598d847e0826f9f1bdc48649fe6149c496192 for pegasus mjpeg diff -r d69598d847e0 -r 7459ddb8b539 dll_init.c --- 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){