mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
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->fe_fd);
|
||||
#ifdef CONFIG_DVB
|
||||
#ifndef CONFIG_DVB_HEAD
|
||||
close(priv->sec_fd);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user