summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index baa7ba4e13..a25d2dc933 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -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;