[MPlayer-dev-eng] [PATCH] dvb fix

Alex Beregszaszi alex at fsn.hu
Wed Aug 27 19:31:22 CEST 2003


Hi,

> tracked yet another bug with DVB input.  When zapping, uninit_player()
> is called in mplayer.c:2880 and mplayer.c:2909.  Then the code jumps
> directly to goto_open_demuxer.  This step ommits the re-initialization
> of mp_input_init.  Makes my LIRC input crash after zapping once.
> 
> Fix:  call uninit_player with correct bitmask:
> 
> 	  uninit_player(INITED_ALL-(INITED_STREAM)-(INITED_INPUT));
> 
> patch attached.
Committed the version proposed by Arpi.

-- 
Alex Beregszaszi <alex at fsn.hu>
(MPlayer Core Developer -- http://www.mplayerhq.hu/)



More information about the MPlayer-dev-eng mailing list