1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-04 14:11:53 +00:00

m3jpg support - ignore error

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2877 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-13 20:39:27 +00:00
parent cf042c89ab
commit 25408c158d

View File

@ -332,7 +332,7 @@ printf("\n");
ICDecompressBegin(sh_video->hic, sh_video->bih, &sh_video->o_bih);
if(ret){
mp_msg(MSGT_WIN32,MSGL_ERR,"ICDecompressBegin failed: Error %d\n", (int)ret);
return 0;
// return 0;
}
sh_video->our_out_buffer = (char*)memalign(64,sh_video->o_bih.biSizeImage);