[MPlayer-cvslog] r27892 - trunk/stream/stream_dvb.c

Nico Sabbi nicola.sabbi at poste.it
Wed Nov 5 00:20:42 CET 2008


Il giorno mar, 04/11/2008 alle 19.42 +0100, reimar ha scritto:
> Author: reimar
> Date: Tue Nov  4 19:42:46 2008
> New Revision: 27892
> 
> Log:
> Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB.
> 
> 
> Modified:
>    trunk/stream/stream_dvb.c
> 
> Modified: trunk/stream/stream_dvb.c
> ==============================================================================
> --- trunk/stream/stream_dvb.c	(original)
> +++ trunk/stream/stream_dvb.c	Tue Nov  4 19:42:46 2008
> @@ -611,7 +611,7 @@ static void dvbin_close(stream_t *stream
>  	close(priv->dvr_fd);
>  
>  	close(priv->fe_fd);
> -#ifdef CONFIG_DVB
> +#ifndef CONFIG_DVB_HEAD
>  	close(priv->sec_fd);
>  #endif
>  

thanks. Unfortunately I don't have spare time in this period




More information about the MPlayer-cvslog mailing list