mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 14:26:57 +00:00
eeh 10l removed too much lines :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5367 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a6723d9346
commit
1f8a7b1336
@ -133,6 +133,8 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){
|
||||
|
||||
if ( len <= 0 ) return NULL; // skipped frame
|
||||
|
||||
cinfo.err=jpeg_std_error( &jerr.pub );
|
||||
jerr.pub.error_exit=my_error_exit;
|
||||
if( setjmp( jerr.setjmp_buffer ) )
|
||||
{
|
||||
mp_msg( MSGT_DECVIDEO,MSGL_ERR,"[ijpg] setjmp error ...\n" );
|
||||
|
Loading…
Reference in New Issue
Block a user