summaryrefslogtreecommitdiffstats
path: root/dll_init.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 22:59:19 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 22:59:19 +0000
commitbaf5659d85d49fb4e58629a4d5a629222a5d75d7 (patch)
tree866087173f2aac35aaa78298bbe3ec1b0e4843b3 /dll_init.c
parent047034461621078a0a71b57f44124a0f21d3b26b (diff)
downloadmpv-baf5659d85d49fb4e58629a4d5a629222a5d75d7.tar.bz2
mpv-baf5659d85d49fb4e58629a4d5a629222a5d75d7.tar.xz
for pegasus mjpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2886 b3059339-0415-0410-9bf9-f77b7e298cf2
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){