summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2016-01-07 18:53:42 +0100
committerwm4 <wm4@nowhere>2016-01-07 19:20:48 +0100
commit2dd8982f738f287a21cecbc0746af7569ff04dd5 (patch)
tree8e0db59e6e6e7fb66a524bedee612644b1995f07 /stream/dvbin.h
parent6eccd4a573b5c1d15ce83ef3c261e775ddca0685 (diff)
downloadmpv-2dd8982f738f287a21cecbc0746af7569ff04dd5.tar.bz2
mpv-2dd8982f738f287a21cecbc0746af7569ff04dd5.tar.xz
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>
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;