1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-11 09:29:29 +00:00

for pegasus mjpeg

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2886 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-13 22:59:19 +00:00
parent 0470344616
commit baf5659d85

View File

@ -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){