From 6326452f41e74675009120c7b9251bb2d7f8be0b Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 22 Aug 2001 19:40:46 +0000 Subject: exit() -> return NULL git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1632 b3059339-0415-0410-9bf9-f77b7e298cf2 --- demux_avi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'demux_avi.c') diff --git a/demux_avi.c b/demux_avi.c index 7b968ea157..0111dbf86f 100644 --- a/demux_avi.c +++ b/demux_avi.c @@ -412,7 +412,6 @@ demuxer_t* demux_open_avi(demuxer_t* demuxer){ mp_msg(MSGT_DEMUX,MSGL_ERR,"AVI_NI: missing video stream!? contact the author, it may be a bug :(\n"); return NULL; // GUI_MSG( mplErrorAVINI ) -// exit(1); } if(a_pos==-1){ mp_msg(MSGT_DEMUX,MSGL_INFO,"AVI_NI: No audio stream found -> nosound\n"); @@ -439,7 +438,6 @@ demuxer_t* demux_open_avi(demuxer_t* demuxer){ mp_msg(MSGT_DEMUX,MSGL_ERR,"AVI: missing video stream!? contact the author, it may be a bug :(\n"); return NULL; // GUI_MSG( mplAVIErrorMissingVideoStream ) -// exit(1); } sh_video=d_video->sh;sh_video->ds=d_video; if(d_audio->id!=-2){ -- cgit v1.2.3