[MPlayer-cvslog] r27892 - trunk/stream/stream_dvb.c
reimar
subversion at mplayerhq.hu
Tue Nov 4 19:42:46 CET 2008
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
More information about the MPlayer-cvslog
mailing list