mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user