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
This commit is contained in:
nicodvb
2007-12-15 13:05:06 +00:00
parent 9c189c49bf
commit c5ad15d8c0
4 changed files with 14 additions and 28 deletions

View File

@@ -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