[Mplayer-cvslog] CVS: main dll_init.c,1.34,1.35
Arpi of Ize
arpi at mplayer.dev.hu
Tue Nov 13 23:59:22 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv29043
Modified Files:
dll_init.c
Log Message:
for pegasus mjpeg
Index: dll_init.c
===================================================================
RCS file: /cvsroot/mplayer/main/dll_init.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- dll_init.c 13 Nov 2001 20:39:27 -0000 1.34
+++ dll_init.c 13 Nov 2001 22:59:19 -0000 1.35
@@ -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){
More information about the MPlayer-cvslog
mailing list