[dvblast-devel] dvblast: svn commit r171 (jpsaman)
Subversion daemon
svn at videolan.org
Mon Nov 8 14:56:51 CET 2010
r171 | jpsaman | 2010-11-08 14:56:50 +0100 (Mon, 08 Nov 2010) | 7 lines
Changed paths:
M /trunk/asi.c
M /trunk/demux.c
M /trunk/dvblast.c
M /trunk/dvblast.h
M /trunk/udp.c
dvb_Reset() hangs DVBlast when using ASI input.
DVBlast hangs when dvb_Reset() in ASI mode. When using ASI as input there is no
need to reset the device and especially resetting a DVB device is wrong. Therefor
abstract the call to dvb_Reset() and replace it with pf_Reset(). Also the udp input
is adapted to provide a function for pf_Reset(). Both asi_Reset() and udp_Reset()
do nothing.
More information about the dvblast-devel
mailing list