summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-15 13:05:06 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-15 13:05:06 +0000
commitc5ad15d8c0f2f41d0a140320cc600655359ed125 (patch)
tree262f5a7eb5aee4a3648f129093e1c60a6035587e /stream/dvbin.h
parent9c189c49bfeb1f07753952734881218af3d2358d (diff)
downloadmpv-c5ad15d8c0f2f41d0a140320cc600655359ed125.tar.bz2
mpv-c5ad15d8c0f2f41d0a140320cc600655359ed125.tar.xz
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25405 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 0c615e21e9..1ca1994261 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -109,8 +109,8 @@ typedef struct {
#define TUNER_CBL 3
#define TUNER_ATSC 4
-extern int dvb_step_channel(dvb_priv_t *, int);
-extern int dvb_set_channel(dvb_priv_t *, int, int);
+extern int dvb_step_channel(stream_t *, int);
+extern int dvb_set_channel(stream_t *, int, int);
extern dvb_config_t *dvb_get_config(void);
#endif