dvb: cleanup dvb_params struct, remove some unneeded fds

One was just used as an alias, the other one (sec_fd) was not used at
all.

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Oliver Freyermuth
2016-01-07 18:53:42 +01:00
committed by wm4
parent 6eccd4a573
commit 2dd8982f73
3 changed files with 8 additions and 11 deletions

View File

@@ -95,12 +95,10 @@ typedef struct {
typedef struct dvb_params {
struct mp_log *log;
int fd;
int card;
int fe_fd;
int sec_fd;
int demux_fd[3], demux_fds[DMX_FILTER_SIZE], demux_fds_cnt;
int dvr_fd;
int demux_fd[3], demux_fds[DMX_FILTER_SIZE], demux_fds_cnt;
dvb_config_t *config;
dvb_channels_list *list;