mirror of https://github.com/mpv-player/mpv
Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27892 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
36300981a3
commit
2808f340cd
|
@ -611,7 +611,7 @@ static void dvbin_close(stream_t *stream)
|
||||||
close(priv->dvr_fd);
|
close(priv->dvr_fd);
|
||||||
|
|
||||||
close(priv->fe_fd);
|
close(priv->fe_fd);
|
||||||
#ifdef CONFIG_DVB
|
#ifndef CONFIG_DVB_HEAD
|
||||||
close(priv->sec_fd);
|
close(priv->sec_fd);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue