summaryrefslogtreecommitdiffstats
path: root/libmpdemux/dvbin.h
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-29 10:36:33 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-29 10:36:33 +0000
commitd578d8c865677b728fac6d9f5ebe750dd5b2e755 (patch)
tree6b7b49b74be3b93faa317146445bdc5e75cb500e /libmpdemux/dvbin.h
parent294efef5fbac3b3a8b4e6d21f3d027ed2141308e (diff)
downloadmpv-d578d8c865677b728fac6d9f5ebe750dd5b2e755.tar.bz2
mpv-d578d8c865677b728fac6d9f5ebe750dd5b2e755.tar.xz
Compliance with the DVB power management specification (doesn't close
the tuner after having tuned). This permits to remove the parameter dvb_shutdown_timeout=0 to the module dvb-core and ultimately shuts down the card when the tuner isn't used. patch by Nico <nsabbi@tiscali.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11873 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/dvbin.h')
-rw-r--r--libmpdemux/dvbin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/dvbin.h b/libmpdemux/dvbin.h
index ed731df70c..63cad2a152 100644
--- a/libmpdemux/dvbin.h
+++ b/libmpdemux/dvbin.h
@@ -81,8 +81,8 @@ typedef struct {
extern int dvb_step_channel(dvb_priv_t *, int);
extern int dvb_set_channel(dvb_priv_t *, int);
+extern int dvb_open_fe(dvb_priv_t *priv);
-extern dvb_channels_list *dvb_get_channels(char *, int);
extern dvb_history_t dvb_prev_next;