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:
parent
0470344616
commit
baf5659d85
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user